.gitignore 163 B

12345678910111213141516171819
  1. /target/
  2. /.settings/
  3. /.project
  4. /.classpath
  5. # IntelliJ project files
  6. .idea
  7. *.iml
  8. out
  9. html
  10. # gradle
  11. .gradle
  12. build
  13. # MacOS
  14. .DS_Store
  15. /.gradle
  16. mybatis-plus/target/