1
+ /pullpitoK
1
2
2
- # Created by https://www.gitignore.io/ api/gradle,kotlin,eclipse,intellij,visualstudiocode
3
- # Edit at https://www.gitignore.io/ ?templates=gradle,kotlin,eclipse,intellij,visualstudiocode
3
+ # Created by https://www.toptal.com/developers/gitignore/ api/gradle,kotlin,eclipse,intellij+all ,visualstudiocode
4
+ # Edit at https://www.toptal.com/developers/gitignore ?templates=gradle,kotlin,eclipse,intellij+all ,visualstudiocode
4
5
5
6
# ## Eclipse ###
6
-
7
7
.metadata
8
8
bin /
9
9
tmp /
@@ -54,26 +54,23 @@ local.properties
54
54
55
55
# Annotation Processing
56
56
.apt_generated /
57
+ .apt_generated_test /
57
58
58
59
# Scala IDE specific (Scala & Java development for Eclipse)
59
60
.cache-main
60
61
.scala_dependencies
61
62
.worksheet
62
63
63
- # ## Eclipse Patch ###
64
- # Eclipse Core
65
- .project
66
-
67
- # JDT-specific (Eclipse Java Development Tools)
68
- .classpath
69
-
70
- # Annotation Processing
71
- .apt_generated
64
+ # Uncomment this line if you wish to ignore the project description file.
65
+ # Typically, this file would be tracked if it contains build/dependency configurations:
66
+ # .project
72
67
68
+ # ## Eclipse Patch ###
69
+ # Spring Boot Tooling
73
70
.sts4-cache /
74
71
75
- # ## Intellij ###
76
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
72
+ # ## Intellij+all ###
73
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
77
74
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
78
75
79
76
# User-specific stuff
@@ -103,9 +100,14 @@ local.properties
103
100
# When using Gradle or Maven with auto-import, you should exclude module files,
104
101
# since they will be recreated, and may cause churn. Uncomment if using
105
102
# auto-import.
106
- .idea /modules.xml
107
- .idea /* .iml
108
- .idea /modules
103
+ # .idea/artifacts
104
+ # .idea/compiler.xml
105
+ # .idea/jarRepositories.xml
106
+ # .idea/modules.xml
107
+ # .idea/*.iml
108
+ # .idea/modules
109
+ # *.iml
110
+ # *.ipr
109
111
110
112
# CMake
111
113
cmake-build- * /
@@ -140,13 +142,18 @@ fabric.properties
140
142
# Android studio 3.1+ serialized cache file
141
143
.idea /caches /build_file_checksums.ser
142
144
143
- # ## Intellij Patch ###
144
- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
145
+ # ## Intellij+all Patch ###
146
+ # Ignores the whole .idea folder and all .iml files
147
+ # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
145
148
146
- # *.iml
147
- # modules.xml
148
- # .idea/misc.xml
149
- # *.ipr
149
+ .idea /
150
+
151
+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
152
+
153
+ * .iml
154
+ modules.xml
155
+ .idea /misc.xml
156
+ * .ipr
150
157
151
158
# Sonarlint plugin
152
159
.idea /sonarlint
@@ -182,14 +189,15 @@ hs_err_pid*
182
189
! .vscode /tasks.json
183
190
! .vscode /launch.json
184
191
! .vscode /extensions.json
192
+ * .code-workspace
185
193
186
194
# ## VisualStudioCode Patch ###
187
195
# Ignore all local history of files
188
196
.history
189
197
190
198
# ## Gradle ###
191
199
.gradle
192
- / build /
200
+ build /
193
201
194
202
# Ignore Gradle GUI config
195
203
gradle-app.setting
@@ -206,7 +214,4 @@ gradle-app.setting
206
214
# ## Gradle Patch ###
207
215
** /build /
208
216
209
- # End of https://www.gitignore.io/api/gradle,kotlin,eclipse,intellij,visualstudiocode
210
- /.idea /sonarIssues.xml
211
- /pullpitoK
212
- /libsunec. *
217
+ # End of https://www.toptal.com/developers/gitignore/api/gradle,kotlin,eclipse,intellij+all,visualstudiocode
0 commit comments