Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # Logs
  2. npm-debug.log*
  3. yarn-debug.log*
  4. yarn-error.log*
  5.  
  6. # Runtime data
  7. pids
  8. *.pid
  9. *.seed
  10. *.pid.lock
  11.  
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14.  
  15. # Coverage directory used by tools like istanbul
  16. coverage
  17.  
  18. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  19. .grunt
  20.  
  21. # Bower dependency directory (https://bower.io/)
  22. bower_components
  23.  
  24. # node-waf configuration
  25. .lock-wscript
  26.  
  27. # Compiled binary addons (http://nodejs.org/api/addons.html)
  28. build/Release
  29.  
  30. # Dependency directories
  31. node_modules/
  32. jspm_packages/
  33.  
  34. # Typescript v1 declaration files
  35. typings/
  36.  
  37. # Optional npm cache directory
  38. .npm
  39.  
  40. # Optional eslint cache
  41. .eslintcache
  42.  
  43. # Optional REPL history
  44. .node_repl_history
  45.  
  46. # Output of 'npm pack'
  47. *.tgz
  48.  
  49. # Yarn Integrity file
  50. .yarn-integrity
  51.  
  52. # dotenv environment variables file
  53. .env
  54. .idea/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement