Sia-EventUI/.gitignore

44 строки
706 B
Plaintext
Исходник Обычный вид История

2017-09-08 04:44:33 +03:00
# Logs
logs
2017-09-08 04:37:55 +03:00
*.log
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
.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
.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
/cfg/*.const.js