mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| **/.turbo
 | |
| **/.next
 | |
| **/out
 | |
| **/build
 | |
| **/coverage
 | |
| **/node_modules
 | |
| 
 | |
| # envs
 | |
| .env
 | |
| .env.production
 | |
| .env.development
 | |
| secrets
 | |
| 
 | |
| # misc
 | |
| .DS_Store
 | |
| *.pem
 | |
| Dockerfile
 | |
| 
 | |
| # typescript
 | |
| *.tsbuildinfo
 | |
| next-env.d.ts
 |