metaforecast/.gitignore

40 lines
399 B
Plaintext
Raw Permalink Normal View History

2022-03-16 21:02:34 +00:00
# Node modules
2021-02-03 17:35:38 +00:00
node_modules/
node_modules/*
2022-03-16 21:02:34 +00:00
# Security
**/betfaircertificates/
**/secrets.json
2022-03-16 21:02:34 +00:00
# Personal notes
2022-02-11 17:28:33 +00:00
notes/*
2022-03-16 21:02:34 +00:00
# Build artifacts
done.txt
2022-01-12 12:06:29 +00:00
*.swp
2022-03-16 21:02:34 +00:00
# next.js
/.next/
/out/
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# vercel
.vercel
# yarn vs npm conflict
package-lock.json ## use yarn.lock instead
# yarn.lock
2022-03-23 22:08:04 +00:00
# Local Netlify folder
.netlify
2022-03-24 23:54:46 +00:00
/.env*