2021-06-06 21:14:05 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2021-09-22 20:24:31 +00:00
|
|
|
# personal notes
|
|
|
|
Notes.md
|
|
|
|
|
2022-01-31 22:09:46 +00:00
|
|
|
# vim files
|
|
|
|
.swp
|
|
|
|
|
2021-11-28 15:33:19 +00:00
|
|
|
# hacky upload script
|
2022-06-16 03:00:07 +00:00
|
|
|
packages/webpage/lib/pushToMongoManually.js
|
2021-11-28 15:33:19 +00:00
|
|
|
|
2021-11-25 10:45:35 +00:00
|
|
|
# convenience old folder
|
2022-06-16 03:00:07 +00:00
|
|
|
packages/webpage/pages/.old/*
|
|
|
|
packages/webpage/pages/.old
|
2021-11-25 10:45:35 +00:00
|
|
|
|
2021-06-06 21:14:05 +00:00
|
|
|
# dependencies
|
2022-06-16 03:00:07 +00:00
|
|
|
**/node_modules
|
2021-06-06 21:14:05 +00:00
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
2022-06-16 03:00:07 +00:00
|
|
|
**/.next/
|
|
|
|
**/out/
|
2021-06-06 21:14:05 +00:00
|
|
|
|
|
|
|
# production
|
2022-06-16 03:00:07 +00:00
|
|
|
**/build
|
2021-06-06 21:14:05 +00:00
|
|
|
|
|
|
|
# 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
|