mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # dependencies
 | |
| node_modules
 | |
| .npm
 | |
| 
 | |
| # testing
 | |
| coverage
 | |
| 
 | |
| # 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
 |