umami/.gitignore

43 lines
405 B
Plaintext
Raw Normal View History

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
2023-04-21 21:43:37 +02:00
/dist
2020-07-17 10:03:38 +02:00
# misc
.DS_Store
.idea
2024-03-22 06:59:53 +01:00
.yarn
2020-07-17 10:03:38 +02:00
*.iml
2020-10-14 23:16:00 +02:00
*.log
2023-03-29 04:24:36 +02:00
.vscode
.tool-versions
2020-07-17 10:03:38 +02:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
2023-09-22 01:45:46 +02:00
.env
.env.*
2024-02-28 06:41:34 +01:00
*.env.*
2022-08-29 22:04:58 +02:00
*.dev.yml
2022-08-29 22:04:58 +02:00