.gitignore 890 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # ---> JetBrains
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  3. *.iml
  4. ## Directory-based project format:
  5. .idea/
  6. # if you remove the above rule, at least ignore the following:
  7. # User-specific stuff:
  8. # .idea/workspace.xml
  9. # .idea/tasks.xml
  10. # .idea/dictionaries
  11. # Sensitive or high-churn files:
  12. # .idea/dataSources.ids
  13. # .idea/dataSources.xml
  14. # .idea/sqlDataSources.xml
  15. # .idea/dynamic.xml
  16. # .idea/uiDesigner.xml
  17. # Gradle:
  18. # .idea/gradle.xml
  19. # .idea/libraries
  20. # Mongo Explorer plugin:
  21. # .idea/mongoSettings.xml
  22. ## File-based project format:
  23. *.ipr
  24. *.iws
  25. ## Plugin-specific files:
  26. # IntelliJ
  27. /out/
  28. # mpeltonen/sbt-idea plugin
  29. .idea_modules/
  30. # JIRA plugin
  31. atlassian-ide-plugin.xml
  32. # Crashlytics plugin (for Android Studio and IntelliJ)
  33. com_crashlytics_export_strings.xml
  34. crashlytics.properties
  35. crashlytics-build.properties
  36. __pycache__