Files
kemkas-backend/.gitignore
T
morbalint e8d0b9477c add e2e tests (#48)
* add e2e tests

* oopsie

* add docker compose file

* add e2e nginx config

* fix file location

* add cert generation script and print logs for failure
2026-04-05 11:23:30 +02:00

35 lines
382 B
Plaintext

# 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
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.css.map
# local temp files
/tmp
/temp
/local
/e2e/
obj/
bin/
.idea/