.gitignore 677 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Compiled js
  2. bundle.js
  3. build/
  4. # Atom Remote-FTP
  5. .ftpconfig
  6. .ftpignore
  7. # DB settings
  8. php/db.php
  9. # Logs
  10. logs
  11. *.log
  12. npm-debug.log*
  13. # Runtime data
  14. pids
  15. *.pid
  16. *.seed
  17. # Directory for instrumented libs generated by jscoverage/JSCover
  18. lib-cov
  19. # Coverage directory used by tools like istanbul
  20. coverage
  21. # nyc test coverage
  22. .nyc_output
  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 directories
  30. node_modules
  31. jspm_packages
  32. # Optional npm cache directory
  33. .npm
  34. # Optional REPL history
  35. .node_repl_history