.gitignore 888 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Example user template template
  3. ### Example user template
  4. dist
  5. .vscode
  6. # IntelliJ project files
  7. .idea
  8. *.iml
  9. out
  10. gen### Node template
  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. # nyc test coverage
  24. .nyc_output
  25. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  26. .grunt
  27. # node-waf configuration
  28. .lock-wscript
  29. # Compiled binary addons (http://nodejs.org/api/addons.html)
  30. build/Release
  31. # Dependency directories
  32. node_modules
  33. jspm_packages
  34. # Optional npm cache directory
  35. .npm
  36. # Optional REPL history
  37. .node_repl_history
  38. .idea/BMBLOG.iml
  39. .idea/misc.xml
  40. .idea/modules.xml
  41. .idea/workspace.xml
  42. node_modules/
  43. .DS_Store
  44. /public/*
  45. /webapp/static/export