.gitignore 337 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Created by .ignore support plugin (hsz.mobi)
  2. # Operating System Files
  3. *.DS_Store
  4. Thumbs.db
  5. *.sw?
  6. .#*
  7. *#
  8. *~
  9. *.sublime-*
  10. # Build Artifacts
  11. .gradle/
  12. build/
  13. target/
  14. bin/
  15. dependency-reduced-pom.xml
  16. # Eclipse Project Files
  17. .classpath
  18. .project
  19. .settings/
  20. # IntelliJ IDEA Files
  21. *.iml
  22. *.ipr
  23. *.iws
  24. *.idea
  25. # other code repositories
  26. .svn