2017-04-12 00:01:39 -05:00
|
|
|
.idea
|
2017-04-11 23:59:34 -05: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-03 20:04:27 -04:00
|
|
|
|
|
|
|
# VScode workspace settings
|
|
|
|
.vscode/
|
2017-09-14 18:49:15 -04:00
|
|
|
static/dll.vendor.js
|
2017-09-19 20:47:46 -04:00
|
|
|
dll
|
2017-09-24 19:06:28 -07:00
|
|
|
.cache-loader
|
2017-09-19 20:47:46 -04:00
|
|
|
|
|
|
|
# SSL cert stuff
|
|
|
|
webpack_config/server.key
|
|
|
|
webpack_config/server.crt
|
|
|
|
webpack_config/server.csr
|
2017-10-03 21:37:06 -07:00
|
|
|
|
|
|
|
|
|
|
|
v8-compile-cache-0/
|
2017-11-07 15:59:27 -08:00
|
|
|
package-lock.json
|
2018-02-25 15:02:03 -05:00
|
|
|
|
2018-04-05 15:53:36 -05:00
|
|
|
# Favicon cache
|
2018-04-12 21:50:36 -07:00
|
|
|
.wwp-cache
|
|
|
|
|
|
|
|
# MacOSX
|
|
|
|
.DS_Store
|