Browse Source

Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored
modified: Unity.gitignore

tim 9 năm trước cách đây
mục cha
commit
5e08bf6060
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Unity.gitignore

+ 5 - 0
Unity.gitignore

@@ -2,8 +2,11 @@
 /[Tt]emp/
 /[Oo]bj/
 /[Bb]uild/
+/[Bb]uilds/
+/Assets/AssetStoreTools*
 
 # Autogenerated VS/MD solution and project files
+ExportedObj/
 *.csproj
 *.unityproj
 *.sln
@@ -13,6 +16,8 @@
 *.userprefs
 *.pidb
 *.booproj
+*.svd
+
 
 # Unity3D generated meta files
 *.pidb.meta