mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
40 lines
615 B
Plaintext
40 lines
615 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
|
|
|
|
# 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
|
|
|
|
npm-shrinkwrap.json
|
|
package-lock.json
|
|
.resinconf
|
|
resinrc.yml
|
|
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|
|
|
|
/tmp
|
|
build/
|
|
build-bin/
|
|
resin-cli-*.zip
|