更新gitignore

This commit is contained in:
xx
2024-05-26 23:40:11 +08:00
parent e1f3bc9e17
commit 427180e0d5
3 changed files with 5 additions and 3 deletions

6
.gitignore vendored
View File

@@ -2,7 +2,7 @@
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/.vs/fastweb
/bin/debug
/obj/debug
/.vs
/session
/obj
/bin

View File

@@ -53,6 +53,7 @@
<ClInclude Include="src\utils\luautils.h" />
</ItemGroup>
<ItemGroup>
<None Include=".gitignore" />
<None Include="config.ini" />
<None Include="README.md" />
<None Include="scripts\app\index.lua" />

View File

@@ -138,5 +138,6 @@
<Filter>scripts</Filter>
</None>
<None Include="README.md" />
<None Include=".gitignore" />
</ItemGroup>
</Project>