更新 .gitignore 文件
在 .gitignore 中添加 Visual Studio 自动创建的注释,并忽略 /src/.vs 目录。
This commit is contained in:
parent
b85080c2ce
commit
5aabcbdda6
|
|
@ -0,0 +1,5 @@
|
||||||
|
################################################################################
|
||||||
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
/src/.vs
|
||||||
Loading…
Reference in New Issue