### Specific to project ########## # Results of builds lib ### Standard .gitignore ########## ## Dependency directory # Deployed apps should consider commenting this line out: # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules/ bower_components/ jspm_packages/ ## Node # node-waf configuration .lock-wscript # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release # Optional npm cache directory .npm # Optional REPL history .node_repl_history ## Apple ## Git .git/ ## Temporary storage temp/ tmp/ unused/ ## Logs logs/ *.log npm-debug.log* ## Runtime data pids *.pid *.seed ## WebStorm editor .idea/ # IntelliJ /out/ ## Build # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt ## Testing coverage # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage # nyc test coverage .nyc_output