umami/.gitignore

43 lines
405 B
Plaintext
Raw Normal View History

2020-07-17 16:03:38 +08:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2023-03-29 10:24:36 +08:00
node_modules
.pnp
2020-07-17 16:03:38 +08:00
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
2022-06-19 15:07:01 +08:00
/prisma/
2020-07-17 16:03:38 +08:00
# production
/build
2023-03-17 01:36:30 +08:00
/public/script.js
2023-03-29 10:24:36 +08:00
/geo
2023-04-22 03:43:37 +08:00
/dist
2020-07-17 16:03:38 +08:00
# misc
.DS_Store
.idea
2024-03-22 13:59:53 +08:00
.yarn
2020-07-17 16:03:38 +08:00
*.iml
2020-10-15 05:16:00 +08:00
*.log
2023-03-29 10:24:36 +08:00
.vscode
.tool-versions
2020-07-17 16:03:38 +08:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
2023-09-22 07:45:46 +08:00
.env
.env.*
2024-02-28 13:41:34 +08:00
*.env.*
2022-08-30 04:04:58 +08:00
*.dev.yml
2022-08-30 04:04:58 +08:00