2020-07-17 10:03:38 +02:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2023-03-29 04:24:36 +02:00
|
|
|
node_modules
|
|
|
|
.pnp
|
2020-07-17 10:03:38 +02:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
2022-06-19 09:07:01 +02:00
|
|
|
/prisma/
|
2020-07-17 10:03:38 +02:00
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
2023-03-16 18:36:30 +01:00
|
|
|
/public/script.js
|
2023-03-29 04:24:36 +02:00
|
|
|
/geo
|
2020-07-17 10:03:38 +02:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
*.iml
|
2020-10-14 23:16:00 +02:00
|
|
|
*.log
|
2023-03-29 04:24:36 +02:00
|
|
|
.vscode
|
2020-07-17 10:03:38 +02:00
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2022-08-29 22:04:58 +02:00
|
|
|
|
2022-09-01 20:11:11 +02:00
|
|
|
*.dev.yml
|
2022-08-29 22:04:58 +02:00
|
|
|
|