.gitignore 951 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. *.pid.lock
  10. # Directory for instrumented libs generated by jscoverage/JSCover
  11. lib-cov
  12. # Coverage directory used by tools like istanbul
  13. coverage
  14. # nyc test coverage
  15. .nyc_output
  16. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  17. .grunt
  18. # Bower dependency directory (https://bower.io/)
  19. bower_components
  20. # node-waf configuration
  21. .lock-wscript
  22. # Compiled binary addons (http://nodejs.org/api/addons.html)
  23. build/Release
  24. # Dependency directories
  25. node_modules/
  26. jspm_packages/
  27. # Typescript v1 declaration files
  28. typings/
  29. # Optional npm cache directory
  30. .npm
  31. # Optional eslint cache
  32. .eslintcache
  33. # Optional REPL history
  34. .node_repl_history
  35. # Output of 'npm pack'
  36. *.tgz
  37. # Yarn Integrity file
  38. .yarn-integrity
  39. # dotenv environment variables file
  40. .env
  41. .vscode
  42. # ignore sh
  43. sh/
  44. # ignore test sdk.config.json
  45. sdk.config.json
  46. # ignore local config
  47. #server/config.local.js