.gitignore 841 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /o2cloud/
  2. /.settings/
  3. .classpath
  4. .project
  5. /target/
  6. /o2custom/
  7. /.svn/
  8. /o2web/ftpconfig.js
  9. **/.DS_Store
  10. .DS_Store
  11. **/.idea
  12. /.idea/
  13. # Windows thumbnail cache files
  14. Thumbs.db
  15. Thumbs.db:encryptable
  16. ehthumbs.db
  17. ehthumbs_vista.db
  18. # Dump file
  19. *.stackdump
  20. # Folder config file
  21. [Dd]esktop.ini
  22. # Recycle Bin used on file shares
  23. $RECYCLE.BIN/
  24. # Windows Installer files
  25. *.cab
  26. *.msi
  27. *.msix
  28. *.msm
  29. *.msp
  30. # Windows shortcuts
  31. *.lnk
  32. # Compiled class file
  33. *.class
  34. # Log file
  35. *.log
  36. # BlueJ files
  37. *.ctxt
  38. # Mobile Tools for Java (J2ME)
  39. .mtj.tmp/
  40. # Package Files #
  41. **/*.jar
  42. **/*.war
  43. **/*.nar
  44. **/*.ear
  45. **/*.zip
  46. **/*.tar.gz
  47. **/*.rar
  48. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  49. hs_err_pid*
  50. #jpa enhance class
  51. *_.java
  52. *.iml
  53. #ignore mvn test directory
  54. **/src/test/
  55. command.swap
  56. **/bin/
  57. **/src/main/webapp/describe/
  58. **/target/