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
|
2021-09-27 12:17:33 +02:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2021-09-30 15:41:15 +02:00
|
|
|
*.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/
|
2021-10-05 16:41:56 +02:00
|
|
|
|
|
|
|
# Helm values
|
|
|
|
deployment/helmchart/values-local.yaml
|