50 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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
 | 
						|
.env
 | 
						|
 | 
						|
# vercel
 | 
						|
.vercel
 | 
						|
 | 
						|
# typescript
 | 
						|
*.tsbuildinfo
 | 
						|
next-env.d.ts
 | 
						|
 | 
						|
# IDE
 | 
						|
.idea/
 | 
						|
.vscode/
 | 
						|
*.swp
 | 
						|
*.swo
 | 
						|
 | 
						|
# OS generated files
 | 
						|
.DS_Store
 | 
						|
.DS_Store?
 | 
						|
._*
 | 
						|
.Spotlight-V100
 | 
						|
.Trashes
 | 
						|
ehthumbs.db
 | 
						|
Thumbs.db
 |