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+ 11+ # Sensitive or high-churn files:
12+ .idea /** /dataSources /
13+ .idea /** /dataSources.ids
14+ .idea /** /dataSources.xml
15+ .idea /** /dataSources.local.xml
16+ .idea /** /sqlDataSources.xml
17+ .idea /** /dynamic.xml
18+ .idea /** /uiDesigner.xml
19+ 20+ # Gradle:
21+ .idea /** /gradle.xml
22+ .idea /** /libraries
23+ 24+ # Mongo Explorer plugin:
25+ .idea /** /mongoSettings.xml
26+ 27+ # # File-based project format:
28+ * .iws
29+ 30+ # # Plugin-specific files:
31+ 32+ # IntelliJ
33+ /out /
34+ 35+ # mpeltonen/sbt-idea plugin
36+ .idea_modules /
37+ 38+ # JIRA plugin
39+ atlassian-ide-plugin.xml
40+ 41+ # Crashlytics plugin (for Android Studio and IntelliJ)
42+ com_crashlytics_export_strings.xml
43+ crashlytics.properties
44+ crashlytics-build.properties
45+ fabric.properties
46+ # ## Java template
47+ # Compiled class file
48+ * .class
49+ 50+ # Log file
51+ * .log
52+ 53+ # BlueJ files
54+ * .ctxt
55+ 56+ # Mobile Tools for Java (J2ME)
57+ .mtj.tmp /
58+ 59+ # Package Files #
60+ * .jar
61+ * .war
62+ * .ear
63+ * .zip
64+ * .tar.gz
65+ * .rar
66+ 67+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
68+ hs_err_pid *
69+ 70+ .idea /
71+ src /main /main.iml
72+ src /test /test.iml
0 commit comments