mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | |
| 
 | |
| # dependencies
 | |
| node_modules
 | |
| .npm
 | |
| 
 | |
| # next.js
 | |
| .next
 | |
| out
 | |
| 
 | |
| # production
 | |
| build
 | |
| dist
 | |
| 
 | |
| # PWA
 | |
| **/workbox-*.js
 | |
| **/sw.js
 | |
| 
 | |
| # envs
 | |
| .env
 | |
| .env.production
 | |
| 
 | |
| # debug
 | |
| npm-debug.log*
 | |
| 
 | |
| # editors
 | |
| .vscode
 | |
| .theia
 | |
| .idea
 | |
| 
 | |
| # misc
 | |
| .DS_Store
 | |
| .lighthouseci
 |