.gitignore 359 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Generated directories
  2. node_modules/
  3. bower_components/
  4. build/
  5. release/
  6. dist/
  7. nexus/
  8. ov-api*tgz
  9. **/target/
  10. # Mac OS X hidden files
  11. .DS_Store
  12. # Vim swap files
  13. .*.sw?
  14. # Gedit swap files
  15. *~
  16. # Logs
  17. *.log
  18. # tern temp files
  19. .tern-port
  20. # emacs temp files
  21. \#*
  22. .\#*
  23. # jsbeautify config
  24. .jsbeautifyrc
  25. # intellij and webstorm
  26. *.idea
  27. *.iml
  28. # eclipse
  29. *.project