Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.gitignore 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. *.zip
  2. # Created by .ignore support plugin (hsz.mobi)
  3. ### Java template
  4. *.class
  5. # Mobile Tools for Java (J2ME)
  6. .mtj.tmp/
  7. # Package Files #
  8. *.jar
  9. *.war
  10. *.ear
  11. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  12. hs_err_pid*
  13. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  14. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  15. # User-specific stuff:
  16. .idea/workspace.xml
  17. .idea/tasks.xml
  18. # Sensitive or high-churn files:
  19. .idea/dataSources/
  20. .idea/dataSources.ids
  21. .idea/dataSources.xml
  22. .idea/dataSources.local.xml
  23. .idea/sqlDataSources.xml
  24. .idea/dynamic.xml
  25. .idea/uiDesigner.xml
  26. # Gradle:
  27. .idea/gradle.xml
  28. .idea/libraries
  29. # Mongo Explorer plugin:
  30. .idea/mongoSettings.xml
  31. ## File-based project format:
  32. *.iws
  33. ## Plugin-specific files:
  34. # IntelliJ
  35. /out/
  36. # mpeltonen/sbt-idea plugin
  37. .idea_modules/
  38. # JIRA plugin
  39. atlassian-ide-plugin.xml
  40. # Crashlytics plugin (for Android Studio and IntelliJ)
  41. com_crashlytics_export_strings.xml
  42. crashlytics.properties
  43. crashlytics-build.properties
  44. fabric.properties