mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
54 lines
750 B
Plaintext
54 lines
750 B
Plaintext
# Logs
|
|
/logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
/lib-cov
|
|
|
|
# Image stream output directory
|
|
/tests/image-stream/output
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
/coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
/build
|
|
|
|
# Generated files
|
|
/generated
|
|
|
|
# Dependency directory
|
|
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
|
node_modules
|
|
|
|
# Compiled Etcher releases
|
|
/dist
|
|
|
|
# Certificates
|
|
*.spc
|
|
*.pvk
|
|
*.p12
|
|
*.cer
|
|
*.crt
|
|
*.pem
|
|
|
|
# OSX files
|
|
|
|
.DS_Store
|
|
|
|
# VSCode files
|
|
|
|
.vscode
|