2017-09-08 04:44:33 +03:00
|
|
|
# Logs
|
|
|
|
logs
|
2017-09-08 04:37:55 +03:00
|
|
|
*.log
|
|
|
|
|
2018-02-08 23:19:21 +03:00
|
|
|
dist/*
|
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
2018-01-18 00:11:36 +03:00
|
|
|
.nyc_output/
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Dependency directory
|
|
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
|
|
node_modules
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Bower
|
|
|
|
bower_components/
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# IDE/Editor data
|
|
|
|
.idea
|
|
|
|
/.vs/slnx.sqlite
|
|
|
|
.vscode
|
2017-12-30 01:51:38 +03:00
|
|
|
.vs
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Temp directory used by tests
|
|
|
|
temp
|
2017-09-08 04:37:55 +03:00
|
|
|
|
2017-09-08 04:44:33 +03:00
|
|
|
# Configuration constants files
|
2018-01-18 00:11:36 +03:00
|
|
|
/cfg/*.const.js
|