.gitignore 434 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .git
  2. logs
  3. #*.gitignore
  4. rebel.xml
  5. target/
  6. !.mvn/wrapper/maven-wrapper.jar
  7. log.path_IS_UNDEFINED
  8. .DS_Store
  9. spy.log
  10. ### STS ###
  11. .apt_generated
  12. .classpath
  13. .factorypath
  14. .project
  15. .settings
  16. .springBeans
  17. ### IntelliJ IDEA ###
  18. .idea
  19. *.iws
  20. *.iml
  21. *.ipr
  22. ### NetBeans ###
  23. nbproject/private/
  24. build/
  25. nbbuild/
  26. dist/
  27. nbdist/
  28. .nb-gradle/
  29. generatorConfig.xml
  30. ### nacos ###
  31. third-party/nacos/derby.log
  32. third-party/nacos/data/
  33. third-party/nacos/work/