dashboard/.gitignore

36 lines
462 B
Plaintext
Raw Normal View History

2021-09-27 12:17:33 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
2021-10-06 14:38:20 +02:00
.env
.envrc
2021-09-27 12:17:33 +02:00
.env.local
.env.development.local
.env.test.local
.env.production.local
*.swp
2021-09-27 12:17:33 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
cypress/videos/
2021-10-05 16:13:59 +02:00
# Helm dependencies
deployment/helmchart/charts/
# Helm values
deployment/helmchart/values-local.yaml