Ohm-Management - Projektarbeit B-ME
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.

.npmignore 529B

123456789101112131415161718192021222324252627282930313233
  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. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  14. .grunt
  15. # node-waf configuration
  16. .lock-wscript
  17. # Compiled binary addons (http://nodejs.org/api/addons.html)
  18. build/Release
  19. # Dependency directory
  20. node_modules
  21. # Optional npm cache directory
  22. .npm
  23. # Optional REPL history
  24. .node_repl_history