Skip to content

Commit bcbea6a

Browse files
authored
Add all IntelliJ files to gitignore (#415)
1 parent 17e2c05 commit bcbea6a

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.gitignore

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,9 @@ repo
55

66
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
77
!gradle-wrapper.jar
8-
*.iml
98

10-
.idea/caches/*
11-
.idea/compiler.xml
12-
.idea/encodings.xml
13-
.idea/gradle.xml
14-
.idea/kotlinc.xml
15-
.idea/libraries/*
16-
.idea/misc.xml
17-
.idea/modules.xml
18-
.idea/runConfigurations.xml
19-
.idea/shelf
20-
.idea/uiDesigner.xml
21-
.idea/vcs.xml
22-
.idea/workspace.xml
9+
# intelliJ
10+
.idea/
11+
*.iml
2312

2413
*.orig

0 commit comments

Comments
 (0)