diff --git a/.gitignore b/.gitignore index f04b742..b9a37d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,13 @@ -# .gitignore - # Always-ignore dirs # # #################### _gh_pages node_modules +jspm_packages bower_components components vendor build dest -dist src lib-cov coverage @@ -32,6 +30,7 @@ is-async-function # OS, Logs and databases # # ######################### +logs *.pid *.dat *.log @@ -50,4 +49,24 @@ Desktop.ini npm-debug.log .directory ._* -lcov.info \ No newline at end of file +lcov.info + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage +# see here: http://gruntjs.com/creating-plugins#storing-task-files +.grunt + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history