@@ -24,4 +24,117 @@ hs_err_pid*
24
24
/* .iml
25
25
.idea /
26
26
/build /
27
- /out /
27
+ /out /
28
+ # ## JetBrains template
29
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
30
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
31
+
32
+ # User-specific stuff
33
+ .idea /** /workspace.xml
34
+ .idea /** /tasks.xml
35
+ .idea /** /usage.statistics.xml
36
+ .idea /** /dictionaries
37
+ .idea /** /shelf
38
+
39
+ # Generated files
40
+ .idea /** /contentModel.xml
41
+
42
+ # Sensitive or high-churn files
43
+ .idea /** /dataSources /
44
+ .idea /** /dataSources.ids
45
+ .idea /** /dataSources.local.xml
46
+ .idea /** /sqlDataSources.xml
47
+ .idea /** /dynamic.xml
48
+ .idea /** /uiDesigner.xml
49
+ .idea /** /dbnavigator.xml
50
+
51
+ # Gradle
52
+ .idea /** /gradle.xml
53
+ .idea /** /libraries
54
+
55
+ # Gradle and Maven with auto-import
56
+ # When using Gradle or Maven with auto-import, you should exclude module files,
57
+ # since they will be recreated, and may cause churn. Uncomment if using
58
+ # auto-import.
59
+ # .idea/artifacts
60
+ # .idea/compiler.xml
61
+ # .idea/modules.xml
62
+ # .idea/*.iml
63
+ # .idea/modules
64
+ # *.iml
65
+ # *.ipr
66
+
67
+ # CMake
68
+ cmake-build- * /
69
+
70
+ # Mongo Explorer plugin
71
+ .idea /** /mongoSettings.xml
72
+
73
+ # File-based project format
74
+ * .iws
75
+
76
+ # IntelliJ
77
+ out /
78
+
79
+ # mpeltonen/sbt-idea plugin
80
+ .idea_modules /
81
+
82
+ # JIRA plugin
83
+ atlassian-ide-plugin.xml
84
+
85
+ # Cursive Clojure plugin
86
+ .idea /replstate.xml
87
+
88
+ # Crashlytics plugin (for Android Studio and IntelliJ)
89
+ com_crashlytics_export_strings.xml
90
+ crashlytics.properties
91
+ crashlytics-build.properties
92
+ fabric.properties
93
+
94
+ # Editor-based Rest Client
95
+ .idea /httpRequests
96
+
97
+ # Android studio 3.1+ serialized cache file
98
+ .idea /caches /build_file_checksums.ser
99
+
100
+ # ## Gradle template
101
+ .gradle
102
+ /build /
103
+
104
+ # Ignore Gradle GUI config
105
+ gradle-app.setting
106
+
107
+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
108
+ ! gradle-wrapper.jar
109
+
110
+ # Cache of project
111
+ .gradletasknamecache
112
+
113
+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
114
+ # gradle/wrapper/gradle-wrapper.properties
115
+
116
+ # ## Java template
117
+ # Compiled class file
118
+ * .class
119
+
120
+ # Log file
121
+ * .log
122
+
123
+ # BlueJ files
124
+ * .ctxt
125
+
126
+ # Mobile Tools for Java (J2ME)
127
+ .mtj.tmp /
128
+
129
+ # Package Files #
130
+ * .jar
131
+ * .war
132
+ * .nar
133
+ * .ear
134
+ * .zip
135
+ * .tar.gz
136
+ * .rar
137
+
138
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
139
+ hs_err_pid *
140
+
0 commit comments