.gitignore 423 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /.idea/
  2. target
  3. *.iml
  4. *.class
  5. .DS_Store
  6. *.classpath
  7. *.project
  8. *.log
  9. .settings/
  10. .factorypath
  11. log/
  12. logs/
  13. *.factorypath
  14. lili-shop/src/main/java/cn/lili/generator/CodeGenerator.java
  15. lili-logs
  16. ### STS ###
  17. .apt_generated
  18. .classpath
  19. .project
  20. .settings
  21. .springBeans
  22. .sts4-cache
  23. ### IntelliJ IDEA ###
  24. .idea
  25. *.iws
  26. *.ipr
  27. ### NetBeans ###
  28. /nbproject/private/
  29. /nbbuild/
  30. /dist/
  31. /nbdist/
  32. /.nb-gradle/
  33. build/
  34. ### VS Code ###
  35. .vscode/