.gitignore 684 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. .idea
  6. *.iml
  7. # Log file
  8. *.log
  9. **/target
  10. # BlueJ files
  11. *.ctxt
  12. # Mobile Tools for Java (J2ME)
  13. .mtj.tmp/
  14. # Package Files #
  15. *.jar
  16. *.war
  17. *.nar
  18. *.ear
  19. *.zip
  20. *.tar.gz
  21. *.rar
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*
  24. # CMake
  25. cmake-build-*/
  26. # File-based project format
  27. *.iws
  28. # IntelliJ
  29. out/
  30. # mpeltonen/sbt-idea plugin
  31. .idea_modules/
  32. # JIRA plugin
  33. atlassian-ide-plugin.xml
  34. # Crashlytics plugin (for Android Studio and IntelliJ)
  35. com_crashlytics_export_strings.xml
  36. crashlytics.properties
  37. crashlytics-build.properties
  38. fabric.properties