2017-04-12 05:01:39 +00:00
|
|
|
.idea
|
2017-04-12 04:59:34 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Build
|
|
|
|
dist
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
# Python venv
|
|
|
|
venv
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# 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 directories
|
|
|
|
node_modules
|
|
|
|
jspm_packages
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
2017-09-04 00:04:27 +00:00
|
|
|
|
|
|
|
# VScode workspace settings
|
|
|
|
.vscode/
|
2017-09-14 22:49:15 +00:00
|
|
|
static/dll.vendor.js
|
2017-09-20 00:47:46 +00:00
|
|
|
dll
|
2017-09-25 02:06:28 +00:00
|
|
|
.cache-loader
|
2017-09-20 00:47:46 +00:00
|
|
|
|
|
|
|
# SSL cert stuff
|
|
|
|
webpack_config/server.key
|
|
|
|
webpack_config/server.crt
|
|
|
|
webpack_config/server.csr
|
2017-10-04 04:37:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
v8-compile-cache-0/
|
2017-11-07 23:59:27 +00:00
|
|
|
package-lock.json
|
2018-02-25 20:02:03 +00:00
|
|
|
|
2018-04-05 20:53:36 +00:00
|
|
|
# Favicon cache
|
|
|
|
.wwp-cache
|