42 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | |
| 
 | |
| # Node.js Modules
 | |
| node_modules/
 | |
| package-lock.json
 | |
| yarn.lock
 | |
| 
 | |
| # Build Artifacts
 | |
| build/
 | |
| dist/
 | |
| 
 | |
| # IntelliJ IDEA Files
 | |
| .idea/
 | |
| *.iml
 | |
| *.ipr
 | |
| *.iws
 | |
| 
 | |
| # Logs
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| pnpm-debug.log*
 | |
| *.log
 | |
| 
 | |
| # testing
 | |
| coverage/
 | |
| 
 | |
| # misc
 | |
| .DS_Store
 | |
| .env.local
 | |
| .env.development.local
 | |
| .env.test.local
 | |
| .env.production.local
 | |
| 
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # Editor Settings
 | |
| .vscode/
 | |
| *.swp
 |