mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
7681003512
This has no native modules yet, which means it works on Linux, but ignoring any ext4 image data. Drivelist will fail for some windows operations, but most other things should work. This is only building a folder with a runnable binary, this needs packaging before it can be distributable. Change-Type: minor
39 lines
599 B
Plaintext
39 lines
599 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/
|