Skip to content

Commit 8e9f59e

Browse files
authored
chore: 更新 .gitignore 文件 (#591)
- 添加 .cache 目录到忽略列表 - 保持 .DS_Store 在忽略列表中
1 parent fcc35d1 commit 8e9f59e

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
@@ -10,4 +10,5 @@ dependencies.lock
1010
.env
1111
releases/
1212
main/assets/lang_config.h
13-
.DS_Store
13+
.DS_Store
14+
.cache

0 commit comments

Comments
 (0)