Skip to content

Commit 3720b22

Browse files
committed
Gitgnore the whole IntelliJ IDEA folder
1 parent 22635e6 commit 3720b22

File tree

7 files changed

+33
-101
lines changed

7 files changed

+33
-101
lines changed

.gitignore

+33-28
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
/pullpitoK
12

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
45

56
### Eclipse ###
6-
77
.metadata
88
bin/
99
tmp/
@@ -54,26 +54,23 @@ local.properties
5454

5555
# Annotation Processing
5656
.apt_generated/
57+
.apt_generated_test/
5758

5859
# Scala IDE specific (Scala & Java development for Eclipse)
5960
.cache-main
6061
.scala_dependencies
6162
.worksheet
6263

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
7267

68+
### Eclipse Patch ###
69+
# Spring Boot Tooling
7370
.sts4-cache/
7471

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
7774
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7875

7976
# User-specific stuff
@@ -103,9 +100,14 @@ local.properties
103100
# When using Gradle or Maven with auto-import, you should exclude module files,
104101
# since they will be recreated, and may cause churn. Uncomment if using
105102
# 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
109111

110112
# CMake
111113
cmake-build-*/
@@ -140,13 +142,18 @@ fabric.properties
140142
# Android studio 3.1+ serialized cache file
141143
.idea/caches/build_file_checksums.ser
142144

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
145148

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
150157

151158
# Sonarlint plugin
152159
.idea/sonarlint
@@ -182,14 +189,15 @@ hs_err_pid*
182189
!.vscode/tasks.json
183190
!.vscode/launch.json
184191
!.vscode/extensions.json
192+
*.code-workspace
185193

186194
### VisualStudioCode Patch ###
187195
# Ignore all local history of files
188196
.history
189197

190198
### Gradle ###
191199
.gradle
192-
/build/
200+
build/
193201

194202
# Ignore Gradle GUI config
195203
gradle-app.setting
@@ -206,7 +214,4 @@ gradle-app.setting
206214
### Gradle Patch ###
207215
**/build/
208216

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

.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

.idea/compiler.xml

-16
This file was deleted.

.idea/encodings.xml

-6
This file was deleted.

.idea/jarRepositories.xml

-25
This file was deleted.

.idea/misc.xml

-10
This file was deleted.

.idea/vcs.xml

-11
This file was deleted.

0 commit comments

Comments
 (0)