43 lines
		
	
	
		
			649 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			649 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | |
| 
 | |
| # dependencies
 | |
| /node_modules
 | |
| /.pnp
 | |
| .pnp.js
 | |
| 
 | |
| # testing
 | |
| /coverage
 | |
| 
 | |
| # next.js
 | |
| /.next/
 | |
| /out/
 | |
| 
 | |
| # production
 | |
| /build
 | |
| 
 | |
| # misc
 | |
| .DS_Store
 | |
| *.pem
 | |
| 
 | |
| # debug
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # local env files
 | |
| .env*.local
 | |
| 
 | |
| # vercel
 | |
| .vercel
 | |
| 
 | |
| # typescript
 | |
| *.tsbuildinfo
 | |
| next-env.d.ts
 | |
| db.sqlite
 | |
| bucket/85a36ce6-1d2a-4f3c-bbbb-2c6c336bf61e/FB_IMG_1716665756868.jpg
 | |
| bucket/85a36ce6-1d2a-4f3c-bbbb-2c6c336bf61e/patchnotes.png
 | |
| bucket/e2ffa828-0b1c-44ec-aaf7-b003f2ff57cb/FB_IMG_1716665756868.jpg
 | |
| bucket/e2ffa828-0b1c-44ec-aaf7-b003f2ff57cb/patchnotes.png
 | |
| .env
 | |
| yarn.lock
 |