metaforecast/.gitignore
NunoSempere 2518707d6a fix: Move to yarn
npm wasn't dealing well with large numbers of dependencies,
and the updating process is a bit clunky (requires me to
delete the node_modules directory each time). Trying yarn for now
2022-10-25 13:17:11 +02:00

40 lines
399 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*
# vercel
.vercel
# yarn vs npm conflict
package-lock.json ## use yarn.lock instead
# yarn.lock
# Local Netlify folder
.netlify
/.env*