|
| 1 | +# Created by .ignore support plugin (hsz.mobi) |
| 2 | +### JetBrains template |
| 3 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 4 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 5 | + |
| 6 | +# User-specific stuff: |
| 7 | +.idea/workspace.xml |
| 8 | +.idea/tasks.xml |
| 9 | +.idea/dictionaries |
| 10 | +.idea/vcs.xml |
| 11 | +.idea/jsLibraryMappings.xml |
| 12 | + |
| 13 | +# Sensitive or high-churn files: |
| 14 | +.idea/dataSources.ids |
| 15 | +.idea/dataSources.xml |
| 16 | +.idea/dataSources.local.xml |
| 17 | +.idea/sqlDataSources.xml |
| 18 | +.idea/dynamic.xml |
| 19 | +.idea/uiDesigner.xml |
| 20 | + |
| 21 | +# Gradle: |
| 22 | +.idea/gradle.xml |
| 23 | +.idea/libraries |
| 24 | + |
| 25 | +# Mongo Explorer plugin: |
| 26 | +.idea/mongoSettings.xml |
| 27 | + |
| 28 | +## File-based project format: |
| 29 | +*.iws |
| 30 | + |
| 31 | +## Plugin-specific files: |
| 32 | + |
| 33 | +# IntelliJ |
| 34 | +/out/ |
| 35 | + |
| 36 | +# mpeltonen/sbt-idea plugin |
| 37 | +.idea_modules/ |
| 38 | + |
| 39 | +# JIRA plugin |
| 40 | +atlassian-ide-plugin.xml |
| 41 | + |
| 42 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 43 | +com_crashlytics_export_strings.xml |
| 44 | +crashlytics.properties |
| 45 | +crashlytics-build.properties |
| 46 | +fabric.properties |
| 47 | + |