.gitignore 647 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # ---> NetBeans
  2. nbproject/
  3. build/
  4. nbbuild/
  5. dist/
  6. nbdist/
  7. nbactions.xml
  8. nb-configuration.xml
  9. .nb-gradle/
  10. # ---> Node
  11. # Logs
  12. logs
  13. *.log
  14. npm-debug.log*
  15. # Runtime data
  16. pids
  17. *.pid
  18. *.seed
  19. # Directory for instrumented libs generated by jscoverage/JSCover
  20. lib-cov
  21. # Coverage directory used by tools like istanbul
  22. coverage
  23. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  24. .grunt
  25. # node-waf configuration
  26. .lock-wscript
  27. # Compiled binary addons (http://nodejs.org/api/addons.html)
  28. build/Release
  29. # Dependency directory
  30. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  31. node_modules