Skip to content

Commit ca20715

Browse files
committed
chore: 更新.gitignore文件以忽略IDE相关文件
添加.idea/和.vscode目录到忽略列表,避免将IDE配置文件提交到代码库
1 parent 46f5f02 commit ca20715

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
.DS_Store
1+
.DS_Store
2+
3+
.idea/
4+
.vscode

0 commit comments

Comments
 (0)