umami/.gitignore
2025-05-01 04:24:56 -07:00

43 lines
427 B
Text

# 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/
/prisma/
# production
/build
/public/script.js
/geo
/dist
src/generated/prisma/
# misc
.DS_Store
.idea
.yarn
*.iml
*.log
.vscode
.tool-versions
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env.*
*.env.*
*.dev.yml