1
+
2
+ # Created by https://www.gitignore.io/api/sbt,java,scala,maven,java-web,intellij,code-java,intellij+all,intellij+iml
3
+ # Edit at https://www.gitignore.io/?templates=sbt,java,scala,maven,java-web,intellij,code-java,intellij+all,intellij+iml
4
+
5
+ # ## Code-Java ###
6
+ # Language Support for Java(TM) by Red Hat extension for Visual Studio Code - https://marketplace.visualstudio.com/items?itemName=redhat.java
7
+
8
+ .project
9
+ .classpath
10
+ factoryConfiguration.json
11
+
12
+ # ## Intellij ###
13
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
14
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
15
+
16
+ # User-specific stuff
17
+ .idea /** /workspace.xml
18
+ .idea /** /tasks.xml
19
+ .idea /** /usage.statistics.xml
20
+ .idea /** /dictionaries
21
+ .idea /** /shelf
22
+
23
+ # Generated files
24
+ .idea /** /contentModel.xml
25
+
26
+ # Sensitive or high-churn files
27
+ .idea /** /dataSources /
28
+ .idea /** /dataSources.ids
29
+ .idea /** /dataSources.local.xml
30
+ .idea /** /sqlDataSources.xml
31
+ .idea /** /dynamic.xml
32
+ .idea /** /uiDesigner.xml
33
+ .idea /** /dbnavigator.xml
34
+
35
+ # Gradle
36
+ .idea /** /gradle.xml
37
+ .idea /** /libraries
38
+
39
+ # Gradle and Maven with auto-import
40
+ # When using Gradle or Maven with auto-import, you should exclude module files,
41
+ # since they will be recreated, and may cause churn. Uncomment if using
42
+ # auto-import.
43
+ # .idea/modules.xml
44
+ # .idea/*.iml
45
+ # .idea/modules
46
+ # *.iml
47
+ # *.ipr
48
+
49
+ # CMake
50
+ cmake-build- * /
51
+
52
+ # Mongo Explorer plugin
53
+ .idea /** /mongoSettings.xml
54
+
55
+ # File-based project format
56
+ * .iws
57
+
58
+ # IntelliJ
59
+ out /
60
+
61
+ # mpeltonen/sbt-idea plugin
62
+ .idea_modules /
63
+
64
+ # JIRA plugin
65
+ atlassian-ide-plugin.xml
66
+
67
+ # Cursive Clojure plugin
68
+ .idea /replstate.xml
69
+
70
+ # Crashlytics plugin (for Android Studio and IntelliJ)
71
+ com_crashlytics_export_strings.xml
72
+ crashlytics.properties
73
+ crashlytics-build.properties
74
+ fabric.properties
75
+
76
+ # Editor-based Rest Client
77
+ .idea /httpRequests
78
+
79
+ # Android studio 3.1+ serialized cache file
80
+ .idea /caches /build_file_checksums.ser
81
+
82
+ # ## Intellij Patch ###
83
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
84
+
85
+ # *.iml
86
+ # modules.xml
87
+ # .idea/misc.xml
88
+ # *.ipr
89
+
90
+ # Sonarlint plugin
91
+ .idea /** /sonarlint /
92
+
93
+ # SonarQube Plugin
94
+ .idea /** /sonarIssues.xml
95
+
96
+ # Markdown Navigator plugin
97
+ .idea /** /markdown-navigator.xml
98
+ .idea /** /markdown-navigator /
99
+
100
+ # ## Intellij+all ###
101
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
102
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
103
+
104
+ # User-specific stuff
105
+
106
+ # Generated files
107
+
108
+ # Sensitive or high-churn files
109
+
110
+ # Gradle
111
+
112
+ # Gradle and Maven with auto-import
113
+ # When using Gradle or Maven with auto-import, you should exclude module files,
114
+ # since they will be recreated, and may cause churn. Uncomment if using
115
+ # auto-import.
116
+ # .idea/modules.xml
117
+ # .idea/*.iml
118
+ # .idea/modules
119
+ # *.iml
120
+ # *.ipr
121
+
122
+ # CMake
123
+
124
+ # Mongo Explorer plugin
125
+
126
+ # File-based project format
127
+
128
+ # IntelliJ
129
+
130
+ # mpeltonen/sbt-idea plugin
131
+
132
+ # JIRA plugin
133
+
134
+ # Cursive Clojure plugin
135
+
136
+ # Crashlytics plugin (for Android Studio and IntelliJ)
137
+
138
+ # Editor-based Rest Client
139
+
140
+ # Android studio 3.1+ serialized cache file
141
+
142
+ # ## Intellij+all Patch ###
143
+ # Ignores the whole .idea folder and all .iml files
144
+ # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
145
+
146
+ .idea /
147
+
148
+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
149
+
150
+ * .iml
151
+ modules.xml
152
+ .idea /misc.xml
153
+ * .ipr
154
+
155
+ # Sonarlint plugin
156
+ .idea /sonarlint
157
+
158
+ # ## Intellij+iml ###
159
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
160
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
161
+
162
+ # User-specific stuff
163
+
164
+ # Generated files
165
+
166
+ # Sensitive or high-churn files
167
+
168
+ # Gradle
169
+
170
+ # Gradle and Maven with auto-import
171
+ # When using Gradle or Maven with auto-import, you should exclude module files,
172
+ # since they will be recreated, and may cause churn. Uncomment if using
173
+ # auto-import.
174
+ # .idea/modules.xml
175
+ # .idea/*.iml
176
+ # .idea/modules
177
+ # *.iml
178
+ # *.ipr
179
+
180
+ # CMake
181
+
182
+ # Mongo Explorer plugin
183
+
184
+ # File-based project format
185
+
186
+ # IntelliJ
187
+
188
+ # mpeltonen/sbt-idea plugin
189
+
190
+ # JIRA plugin
191
+
192
+ # Cursive Clojure plugin
193
+
194
+ # Crashlytics plugin (for Android Studio and IntelliJ)
195
+
196
+ # Editor-based Rest Client
197
+
198
+ # Android studio 3.1+ serialized cache file
199
+
200
+ # ## Intellij+iml Patch ###
201
+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
202
+
203
+
204
+ # ## Java ###
205
+ # Compiled class file
206
+ * .class
207
+
208
+ # Log file
209
+ * .log
210
+
211
+ # BlueJ files
212
+ * .ctxt
213
+
214
+ # Mobile Tools for Java (J2ME)
215
+ .mtj.tmp /
216
+
217
+ # Package Files #
218
+ * .jar
219
+ * .war
220
+ * .nar
221
+ * .ear
222
+ * .zip
223
+ * .tar.gz
224
+ * .rar
225
+
226
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
227
+ hs_err_pid *
228
+
229
+ # ## Java-Web ###
230
+ # # ignoring target file
231
+ target /
232
+
233
+ # ## Maven ###
234
+ pom.xml.tag
235
+ pom.xml.releaseBackup
236
+ pom.xml.versionsBackup
237
+ pom.xml.next
238
+ release.properties
239
+ dependency-reduced-pom.xml
240
+ buildNumber.properties
241
+ .mvn /timing.properties
242
+ .mvn /wrapper /maven-wrapper.jar
243
+ .flattened-pom.xml
244
+
245
+ # ## SBT ###
246
+ # Simple Build Tool
247
+ # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
248
+
249
+ dist /*
250
+ lib_managed /
251
+ src_managed /
252
+ project /boot /
253
+ project /plugins /project /
254
+ .history
255
+ .cache
256
+ .lib /
257
+
258
+ # ## Scala ###
259
+
260
+ # End of https://www.gitignore.io/api/sbt,java,scala,maven,java-web,intellij,code-java,intellij+all,intellij+iml
0 commit comments