balena-cli/.gitignore

40 lines
610 B
Plaintext
Raw Normal View History

2014-10-31 13:37:29 +00:00
# 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
2014-12-30 13:44:03 +00:00
2015-03-02 16:27:30 +00:00
npm-shrinkwrap.json
package-lock.json
2015-03-17 13:50:45 +00:00
.resinconf
resinrc.yml
2017-03-22 19:47:26 +00:00
.idea
.vscode
2017-04-14 08:39:43 +00:00
.DS_Store
/tmp
build/
build-bin/
build-zip/