notea/.gitignore

47 lines
525 B
Plaintext
Raw Normal View History

2021-02-13 13:16:27 +03:00
# 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
2021-02-13 13:16:27 +03:00
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Developer files
.dev/
tsconfig.tsbuildinfo
2021-02-13 13:16:27 +03:00
# vercel
.vercel
2021-03-09 13:43:45 +03:00
/public/workbox-*.js*
/public/sw.js*
2022-08-07 23:44:44 +03:00
# Editor files
# - IntelliJ IDEA
.idea/
*.iml