Skip to content
Snippets Groups Projects
.gitignore 547 B
Newer Older
Luka's avatar
Luka committed
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/frontend/node_modules
Tin Geber's avatar
Tin Geber committed
/backend/web/node_modules
Tin Geber's avatar
Tin Geber committed
/backend/venv
Luka's avatar
Luka committed
/.pnp
.pnp.js

# testing
/coverage

# production
/build

/frontend/local.env
Luka's avatar
Luka committed
# misc
.DS_Store
Luka's avatar
Luka committed

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.eslintcache
cypress/videos/
# KUBECONFIG values
backend/kubeconfig/*

# Helm dependencies
deployment/helmchart/charts/

# Helm values
deployment/helmchart/values-local.yaml