Skip to content

Commit 29fcb84

Browse files
committed
Update codeInsightSettings and gitignore
1 parent 988b350 commit 29fcb84

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ gen/
1414
out/
1515

1616
# Gradle files
17-
/.idea
18-
!/.idea/codeInsightSettings.xml
1917
.gradle/
2018
build/
2119

@@ -36,11 +34,8 @@ captures/
3634

3735
# Intellij
3836
*.iml
39-
.idea/workspace.xml
40-
.idea/tasks.xml
41-
.idea/gradle.xml
42-
.idea/dictionaries
43-
.idea/libraries
37+
/.idea/*
38+
!.idea/codeInsightSettings.xml
4439
app/.idea/
4540

4641
# Mac

.idea/codeInsightSettings.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)