Skip to content

Commit 67116bb

Browse files
committed
chore: update .gitignore
1 parent 34f90a2 commit 67116bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,22 @@
3030
.idea/**/libraries
3131

3232
# Gradle and Maven with auto-import
33+
.idea/.name
3334
.idea/artifacts
3435
.idea/compiler.xml
3536
.idea/jarRepositories.xml
3637
.idea/modules.xml
3738
.idea/*.iml
3839
.idea/modules
40+
.idea/caches
41+
.idea/material_theme**
42+
.idea/other.xml
3943
*.iml
4044
*.ipr
4145

46+
# Kotlin
47+
.kotlin
48+
4249
# Misc
4350
.idea/misc.xml
4451

0 commit comments

Comments
 (0)