Skip to content

Commit 5e08bf6

Browse files
committed
Unity.gitignore modyfying, add /[Bb]uilds/ /Assets/AssetStoreTools* dictionaries and *.svd svd files to be ignored
modified: Unity.gitignore
1 parent e569015 commit 5e08bf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Unity.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
/[Tt]emp/
33
/[Oo]bj/
44
/[Bb]uild/
5+
/[Bb]uilds/
6+
/Assets/AssetStoreTools*
57

68
# Autogenerated VS/MD solution and project files
9+
ExportedObj/
710
*.csproj
811
*.unityproj
912
*.sln
@@ -13,6 +16,8 @@
1316
*.userprefs
1417
*.pidb
1518
*.booproj
19+
*.svd
20+
1621

1722
# Unity3D generated meta files
1823
*.pidb.meta

0 commit comments

Comments
 (0)