MyCrypto/.gitignore
Daniel Ternyak c9676cac62
Deterministic Webpack 4 (#1445)
* (Reapplied) Upgrade to Webpack 4

* remove yarn.lock from gitignore

* add yarn.lock

* custom hashing for css and client bundle filenames

* add hash-files dep

* update deps

* add .wwp-cache to .gitignore

* use latest git hash as filename hash

* remove unused hash-files dep

* update favicon plugin

* remove yarn.lock
2018-04-05 15:53:36 -05:00

61 lines
857 B
Plaintext

.idea
# 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
# VScode workspace settings
.vscode/
static/dll.vendor.js
dll
.cache-loader
# SSL cert stuff
webpack_config/server.key
webpack_config/server.crt
webpack_config/server.csr
v8-compile-cache-0/
package-lock.json
# Favicon cache
.wwp-cache