.gitignore 370 B

12345678910111213141516171819202122232425262728
  1. .project
  2. /.settings/
  3. /local/
  4. /localSample/
  5. /config/
  6. /configSample/
  7. /logs/
  8. /target/
  9. /x_build/
  10. /servers/
  11. command.swap
  12. /store/
  13. /node_modules/
  14. **/src/main/resources/META-INF/persistence.xml
  15. **/src/main/resources/META-INF/x_persistence.xml
  16. **/*_.java
  17. **/src/main/webapp/describe/
  18. console.jar
  19. **/.DS_Store
  20. .DS_Store
  21. /commons/
  22. /jvm/
  23. *.zip
  24. *.swap
  25. version.o2
  26. /custom/
  27. /dynamic/