.gitignore 364 B

12345678910111213141516171819202122232425262728293031323334353637
  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. .factorypath
  17. # Eclipse Project Files
  18. .classpath
  19. .project
  20. .settings/
  21. workspace.xml
  22. # IntelliJ IDEA Files
  23. *.iml
  24. *.ipr
  25. *.iws
  26. *.idea
  27. # other code repositories
  28. .svn