.gitignore 670 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Compiled js
  2. bundle.js
  3. # Atom Remote-FTP
  4. .ftpconfig
  5. .ftpignore
  6. # DB settings
  7. php/db.php
  8. # Logs
  9. logs
  10. *.log
  11. npm-debug.log*
  12. # Runtime data
  13. pids
  14. *.pid
  15. *.seed
  16. # Directory for instrumented libs generated by jscoverage/JSCover
  17. lib-cov
  18. # Coverage directory used by tools like istanbul
  19. coverage
  20. # nyc test coverage
  21. .nyc_output
  22. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  23. .grunt
  24. # node-waf configuration
  25. .lock-wscript
  26. # Compiled binary addons (http://nodejs.org/api/addons.html)
  27. build/Release
  28. # Dependency directories
  29. node_modules
  30. jspm_packages
  31. # Optional npm cache directory
  32. .npm
  33. # Optional REPL history
  34. .node_repl_history