balena-supervisor/.gitignore
Felipe Lalanne ba51ca5fc0 Add mocha-pod for running integration tests
This ensure that whenever integration tests are ran, they
are executed in a containerized environment.
2022-08-24 14:29:17 -04:00

22 lines
322 B
Plaintext

/node_modules/
/automation/node_modules/
/automation/meta-balena/
/meta-balena/
*.swp
/data/
/build/
/dist/
tools/dind/config/
tools/dind/config.json*
tools/dind/apps.json
tools/dind/backup.tgz
test/data/**/config*.json
test/data/*.sqlite
test/data/led_file
/coverage/
report.xml
.DS_Store
.tsbuildinfo
.prettierrc
.cache