JetBrains 860 B

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