38 lines
		
	
	
	
		
			524 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
	
		
			524 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | 
						|
 | 
						|
# dependencies
 | 
						|
website/node_modules
 | 
						|
website/.pnp
 | 
						|
website/.pnp.js
 | 
						|
 | 
						|
# testing
 | 
						|
website/coverage
 | 
						|
 | 
						|
# next.js
 | 
						|
website/.next/
 | 
						|
website/out/
 | 
						|
 | 
						|
# production
 | 
						|
website/build
 | 
						|
 | 
						|
# misc
 | 
						|
website/.DS_Store
 | 
						|
website/*.pem
 | 
						|
 | 
						|
# debug
 | 
						|
website/npm-debug.log*
 | 
						|
website/yarn-debug.log*
 | 
						|
website/yarn-error.log*
 | 
						|
 | 
						|
# local env files
 | 
						|
webiste/.env*.local
 | 
						|
 | 
						|
# vercel
 | 
						|
webiste/.vercel
 | 
						|
 | 
						|
# typescript
 | 
						|
webiste/*.tsbuildinfo
 | 
						|
webiste/next-env.d.ts
 | 
						|
 | 
						|
# private assets
 | 
						|
webiste/private
 |