Skip to content

Commit e711f01

Browse files
committed
Modify the exclusion rules of .gitignore in detail
1 parent e3256f5 commit e711f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ local.properties
3636
!/.idea/codeStyles/codeStyleConfig.xml
3737
# Keep the dictionaries.
3838
!/.idea/dictionaries
39-
!/.idea/dictionaries/*
39+
/.idea/dictionaries/*
40+
!/.idea/dictionaries/kaigiDictionary.xml
4041

4142
# Gradle cache
4243
.gradle

0 commit comments

Comments
 (0)