.gitignore 814 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Created by .gitignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
  4. ## Directory-based project format
  5. .idea/
  6. /*.iml
  7. # if you remove the above rule, at least ignore user-specific stuff:
  8. # .idea/workspace.xml
  9. # .idea/tasks.xml
  10. # .idea/dictionaries
  11. # and these sensitive or high-churn files:
  12. # .idea/dataSources.ids
  13. # .idea/dataSources.xml
  14. # .idea/sqlDataSources.xml
  15. # .idea/dynamic.xml
  16. # and, if using gradle::
  17. # .idea/gradle.xml
  18. # .idea/libraries
  19. ## File-based project format
  20. *.ipr
  21. *.iws
  22. ## Additional for IntelliJ
  23. out/
  24. # generated by mpeltonen/sbt-idea plugin
  25. .idea_modules/
  26. # generated by JIRA plugin
  27. atlassian-ide-plugin.xml
  28. # generated by Crashlytics plugin (for Android Studio and Intellij)
  29. com_crashlytics_export_strings.xml