notea/.gitignore
tecc 615041a927
feat: Add rudimentary debugging utilities
/debug: Added a /debug page that's only accessible if a fatal error in configuration has occurred.
settings: The settings page now includes a debugging section with similar content to the debug page. This still needs styling but is otherwise OK.
2022-11-18 17:22:30 +01:00

47 lines
525 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/logs
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Developer files
.dev/
tsconfig.tsbuildinfo
# vercel
.vercel
/public/workbox-*.js*
/public/sw.js*
# Editor files
# - IntelliJ IDEA
.idea/
*.iml