2022-03-16 21:02:34 +00:00
|
|
|
# Node modules
|
2021-02-03 17:35:38 +00:00
|
|
|
node_modules/
|
2021-10-15 09:40:05 +00:00
|
|
|
node_modules/*
|
2021-04-08 16:42:48 +00:00
|
|
|
|
2022-03-16 21:02:34 +00:00
|
|
|
# Security
|
2021-04-08 16:42:48 +00:00
|
|
|
**/betfaircertificates/
|
2022-02-12 06:27:56 +00:00
|
|
|
**/secrets.json
|
2021-04-08 16:42:48 +00:00
|
|
|
|
2022-03-16 21:02:34 +00:00
|
|
|
# Personal notes
|
2022-02-11 17:28:33 +00:00
|
|
|
notes/*
|
2021-08-08 13:24:56 +00:00
|
|
|
|
2022-03-16 21:02:34 +00:00
|
|
|
# Build artifacts
|
2021-10-15 09:40:05 +00:00
|
|
|
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
|
2022-03-23 22:08:04 +00:00
|
|
|
|
|
|
|
# Local Netlify folder
|
|
|
|
.netlify
|
2022-03-24 23:54:46 +00:00
|
|
|
|
2022-04-01 20:24:35 +00:00
|
|
|
/.env*
|