You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 378B

123456789101112131415161718192021222324252627282930313233
  1. # ---- Maven
  2. target/
  3. dependency-reduced-pom.xml
  4. # ---- IntellijIDEA
  5. *.iws
  6. *.iml
  7. *.ipr
  8. .idea/
  9. # ---- Eclipse
  10. .classpath
  11. .project
  12. .settings
  13. # ---- Mac OS X
  14. .DS_Store
  15. Icon?
  16. # Thumbnails
  17. ._*
  18. # Files that might appear on external disk
  19. .Spotlight-V100
  20. .Trashes
  21. # ---- Windows
  22. # Windows image file caches
  23. Thumbs.db
  24. # Folder config file
  25. Desktop.ini
  26. # ---- ITs
  27. .sonar
  28. .scannerwork