mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
290c06074a
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
47 lines
690 B
Plaintext
47 lines
690 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
.nyc_output
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
# Commenting this out is preferred by some people, see
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
|
|
node_modules
|
|
|
|
package-lock.json
|
|
.resinconf
|
|
.balenaconf
|
|
resinrc.yml
|
|
balenarc.yml
|
|
|
|
.DS_Store
|
|
.idea
|
|
.nvmrc
|
|
.vscode
|
|
|
|
/tmp
|
|
build/
|
|
build-bin/
|
|
build-zip/
|
|
dist/
|
|
|
|
# Ignore fast-boot cache file
|
|
**/.fast-boot.json
|