2017-07-18 22:19:59 +03: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
|
|
|
|
|
|
|
|
# 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/Release
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
# https://docs.npmjs.com/cli/shrinkwrap#caveats
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Debug log from npm
|
|
|
|
npm-debug.log
|
2017-07-19 18:43:13 +03:00
|
|
|
|
|
|
|
# Environment settings
|
2017-08-08 23:59:37 +03:00
|
|
|
.env
|
|
|
|
|
|
|
|
# Generated files and dirs
|
2017-08-11 20:51:22 +03:00
|
|
|
public
|
2017-08-22 21:20:46 +03:00
|
|
|
|
2017-09-10 20:42:44 +03:00
|
|
|
# Local resources
|
2017-09-07 00:48:51 +03:00
|
|
|
tmp
|
|
|
|
cert.pem
|
2017-09-10 20:42:44 +03:00
|
|
|
key.pem
|