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
|
2020-01-03 23:10:43 +00:00
|
|
|
.nyc_output
|
2014-10-31 13:37:29 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
2017-11-23 11:53:28 +00:00
|
|
|
package-lock.json
|
2015-03-17 13:50:45 +00:00
|
|
|
.resinconf
|
2018-10-19 14:38:50 +00:00
|
|
|
.balenaconf
|
2015-09-08 06:07:48 +00:00
|
|
|
resinrc.yml
|
2018-10-19 14:38:50 +00:00
|
|
|
balenarc.yml
|
2017-03-22 19:47:26 +00:00
|
|
|
|
2019-04-13 00:42:13 +00:00
|
|
|
.DS_Store
|
2017-03-22 19:47:26 +00:00
|
|
|
.idea
|
2019-04-13 00:42:13 +00:00
|
|
|
.nvmrc
|
2017-03-22 19:47:26 +00:00
|
|
|
.vscode
|
2017-06-12 08:42:08 +00:00
|
|
|
|
|
|
|
/tmp
|
2017-11-23 12:04:48 +00:00
|
|
|
build/
|
2017-12-12 17:02:37 +00:00
|
|
|
build-bin/
|
2017-12-18 13:49:45 +00:00
|
|
|
build-zip/
|
2019-05-23 00:44:08 +00:00
|
|
|
dist/
|
2019-01-11 15:34:29 +00:00
|
|
|
|
|
|
|
# Ignore fast-boot cache file
|
2019-05-31 18:04:40 +00:00
|
|
|
**/.fast-boot.json
|