mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # logs
 | |
| logs
 | |
| *.log
 | |
| 
 | |
| # runtime data
 | |
| .DS_Store
 | |
| *.seed
 | |
| *.pid
 | |
| pids
 | |
| 
 | |
| # editors
 | |
| .idea
 | |
| 
 | |
| # build
 | |
| public
 | |
| 
 | |
| # cache
 | |
| .cache
 | |
| 
 | |
| # directory for instrumented libs generated by jscoverage
 | |
| lib-cov
 | |
| 
 | |
| # coverage directory used by tools like istanbul
 | |
| coverage
 | |
| 
 | |
| # swc
 | |
| .swc
 | |
| 
 | |
| # node-waf configuration
 | |
| .lock-wscript
 | |
| 
 | |
| # eslint cache
 | |
| .eslintcache
 | |
| 
 | |
| # dependency directory
 | |
| node_modules
 | |
| 
 | |
| # only apps should have lockfiles
 | |
| npm-shrinkwrap.json
 | |
| yarn.lock
 |