Update .gitignore

This commit is contained in:
Liao Dengting 2024-03-03 21:56:45 +08:00
parent 724af68aa3
commit 9661a193e5
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# 忽略VScode配置文件
/.vscode
/.vscode/
# 忽略临时文件
# 这意味着任何文件名以 temp 开头的文件都不会被添加到Git的版本控制中从而避免了将这些临时文件提交到代码仓库中。