/ .gitignore
.gitignore
 1  .idea
 2  # Logs
 3  logs
 4  *.log
 5  npm-debug.log*
 6  
 7  # Build
 8  dist
 9  
10  # Runtime data
11  pids
12  *.pid
13  *.seed
14  # Python venv
15  venv
16  
17  # Directory for instrumented libs generated by jscoverage/JSCover
18  lib-cov
19  
20  # Coverage directory used by tools like istanbul
21  coverage
22  
23  # nyc test coverage
24  .nyc_output
25  
26  # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27  .grunt
28  
29  # node-waf configuration
30  .lock-wscript
31  
32  # Compiled binary addons (http://nodejs.org/api/addons.html)
33  build/Release
34  
35  # Dependency directories
36  node_modules
37  jspm_packages
38  
39  # Optional npm cache directory
40  .npm
41  
42  # Optional REPL history
43  .node_repl_history
44  
45  # VScode workspace settings
46  .vscode/
47  static/dll.vendor.js
48  dll
49  .cache-loader
50  
51  # SSL cert stuff
52  webpack_config/server.key
53  webpack_config/server.crt
54  webpack_config/server.csr
55  
56  
57  v8-compile-cache-0/
58  package-lock.json
59  
60  # Favicon cache
61  .wwp-cache
62  
63  # MacOSX
64  .DS_Store