Skip to content

Commit 96bb5c8

Browse files
committed
[O] 将 *.lscache 加入 .gitignore
这是 VSCode 的 “C# Dev Kit” 的 LSP 缓存文件,需要被 ignore
1 parent ee0e5d9 commit 96bb5c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ riderModule.iml
77
*.DotSettings.user
88
.cursor
99
/.tmp*
10-
*scratch*
10+
*scratch*
11+
*.lscache

0 commit comments

Comments
 (0)