NunoSempere
2518707d6a
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
40 lines
399 B
Plaintext
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*
|