balena-supervisor/.gitignore
Felipe Lalanne a5f3002e70 Fix config checks for ConfigFS backend
When trying to apply SSDT overlays in Up Board, the supervisor currently
gets stuck in a loop trying to apply target state. See #1465

This was due to a bug in parsing the configuration, which lead to
the method bootConfigChangeRequired returning true when no change was
needed.

Change-type: patch
Signed-off-by: Felipe Lalanne <felipe@balena.io>
Connects-to: #1465
2020-09-24 16:45:57 -03:00

21 lines
313 B
Plaintext

/node_modules/
/automation/node_modules/
/automation/meta-resin/
/meta-resin/
*.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