Ringtone app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

68 lines
839 B

  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. # Directory for instrumented libs generated by jscoverage/JSCover
  10. lib-cov
  11. # Coverage directory used by tools like istanbul
  12. coverage
  13. # nyc test coverage
  14. .nyc_output
  15. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  16. .grunt
  17. # node-waf configuration
  18. .lock-wscript
  19. # Compiled binary addons (http://nodejs.org/api/addons.html)
  20. build/Release
  21. # Dependency directories
  22. node_modules
  23. jspm_packages
  24. # Optional npm cache directory
  25. .npm
  26. # Optional REPL history
  27. .node_repl_history
  28. # 0x
  29. profile-*
  30. # mac files
  31. .DS_Store
  32. # vim swap files
  33. *.swp
  34. # webstorm
  35. .idea
  36. # vscode
  37. .vscode
  38. *code-workspace
  39. # clinic
  40. profile*
  41. *clinic*
  42. *flamegraph*
  43. # generated code
  44. examples/typescript-server.js
  45. test/types/index.js
  46. # compiled app
  47. dist
  48. .env
  49. .database/