mirror of
				https://github.com/theoludwig/html-w3c-validator.git
				synced 2025-05-21 23:21:29 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			357 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			357 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # dependencies
 | |
| node_modules
 | |
| .npm
 | |
| 
 | |
| # production
 | |
| /build
 | |
| .swc
 | |
| 
 | |
| # testing
 | |
| coverage
 | |
| 
 | |
| # envs
 | |
| .env
 | |
| .env.production
 | |
| 
 | |
| # debug
 | |
| npm-debug.log*
 | |
| 
 | |
| # IDEs and editors
 | |
| /.idea
 | |
| .project
 | |
| .classpath
 | |
| .c9/
 | |
| *.launch
 | |
| .settings/
 | |
| *.sublime-workspace
 | |
| 
 | |
| # IDE - VSCode
 | |
| .vscode/*
 | |
| !.vscode/settings.json
 | |
| !.vscode/tasks.json
 | |
| !.vscode/launch.json
 | |
| !.vscode/extensions.json
 | |
| 
 | |
| # misc
 | |
| .DS_Store
 |