46 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Node modules
 | 
						|
node_modules/
 | 
						|
node_modules/*
 | 
						|
 | 
						|
# Security
 | 
						|
**/betfaircertificates/
 | 
						|
**/secrets.json
 | 
						|
 | 
						|
# Personal notes
 | 
						|
notes/*
 | 
						|
 | 
						|
# Build artifacts
 | 
						|
done.txt
 | 
						|
*.swp
 | 
						|
 | 
						|
# next.js
 | 
						|
/.next/
 | 
						|
/out/
 | 
						|
 | 
						|
# misc
 | 
						|
.DS_Store
 | 
						|
*.pem
 | 
						|
 | 
						|
# debug
 | 
						|
npm-debug.log*
 | 
						|
yarn-debug.log*
 | 
						|
yarn-error.log*
 | 
						|
 | 
						|
# local env files
 | 
						|
.env.local
 | 
						|
.env.development.local
 | 
						|
.env.test.local
 | 
						|
.env.production.local
 | 
						|
 | 
						|
# vercel
 | 
						|
.vercel
 | 
						|
 | 
						|
# yarn vs npm conflict
 | 
						|
package-lock.json ## use yarn.lock instead
 | 
						|
 | 
						|
# Local Netlify folder
 | 
						|
.netlify
 | 
						|
 | 
						|
/.env
 | 
						|
/.env.production
 |