.gitignore (604B)
1 .privenv 2 3 # Logs 4 logs 5 *.log 6 npm-debug.log* 7 8 # Runtime data 9 pids 10 *.pid 11 *.seed 12 13 # Directory for instrumented libs generated by jscoverage/JSCover 14 lib-cov 15 16 # Coverage directory used by tools like istanbul 17 coverage 18 19 # nyc test coverage 20 .nyc_output 21 22 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 23 .grunt 24 25 # node-waf configuration 26 .lock-wscript 27 28 # Compiled binary addons (http://nodejs.org/api/addons.html) 29 build/Release 30 31 # Dependency directories 32 node_modules 33 jspm_packages 34 35 # Optional npm cache directory 36 .npm 37 38 # Optional REPL history 39 .node_repl_history 40 41 .vscode 42 43 .idea