Browse Source

更新gitignore

xx 2 years ago
parent
commit
b8e4495b9d
3 changed files with 5 additions and 3 deletions
  1. 3 3
      .gitignore
  2. 1 0
      fastweb.vcxproj
  3. 1 0
      fastweb.vcxproj.filters

+ 3 - 3
.gitignore

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

+ 1 - 0
fastweb.vcxproj

@@ -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" />

+ 1 - 0
fastweb.vcxproj.filters

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