2021-03-08 18:32:15 +00:00
|
|
|
# Reminders:
|
|
|
|
# * A pattern without '/' matches in subdirectories as well (files and directories)
|
|
|
|
# * A leading '/' anchors matching to the directory where `.gitignore` is defined
|
|
|
|
# * A trailing '/' makes the pattern match against directories only
|
|
|
|
# More details: https://git-scm.com/docs/gitignore
|
2014-10-31 13:37:29 +00:00
|
|
|
|
2021-03-08 18:32:15 +00:00
|
|
|
# development and testing tools or IDEs
|
|
|
|
*.log
|
2014-10-31 13:37:29 +00:00
|
|
|
*.pid
|
|
|
|
*.seed
|
2021-03-08 18:32:15 +00:00
|
|
|
/.idea/
|
|
|
|
/.lock-wscript
|
2023-04-27 18:17:35 +00:00
|
|
|
/.nvmrc
|
2021-03-08 18:32:15 +00:00
|
|
|
/.nyc_output/
|
|
|
|
/.vscode/
|
|
|
|
/coverage/
|
|
|
|
/lib-cov/
|
|
|
|
/logs
|
|
|
|
/pids
|
|
|
|
|
|
|
|
# OS cache files
|
2019-04-13 00:42:13 +00:00
|
|
|
.DS_Store
|
2017-06-12 08:42:08 +00:00
|
|
|
|
2021-03-08 18:32:15 +00:00
|
|
|
# balena CLI config and build files
|
|
|
|
.balenaconf
|
|
|
|
.fast-boot.json
|
|
|
|
.resinconf
|
|
|
|
/balenarc.yml
|
|
|
|
/build/
|
|
|
|
/build-bin/
|
|
|
|
/dist/
|
|
|
|
/node_modules
|
2020-06-26 15:05:16 +00:00
|
|
|
/oclif.manifest.json
|
2021-03-08 18:32:15 +00:00
|
|
|
/package-lock.json
|
|
|
|
/resinrc.yml
|
|
|
|
/tmp/
|