diff options
author | tim <tim_w@outlook.com> | 2015-12-10 13:08:58 +0800 |
---|---|---|
committer | tim <tim_w@outlook.com> | 2015-12-10 13:08:58 +0800 |
commit | 5e08bf6060e7d0bc9c035f11d0ee81768b317a3f (patch) | |
tree | 4531bbd623e29a1124cfaf4ebd5553f85676bfe3 | |
parent | e56901553585d7ac024fd7ff121f97d47a643a5c (diff) | |
download | gitignore-5e08bf6060e7d0bc9c035f11d0ee81768b317a3f.tar.gz gitignore-5e08bf6060e7d0bc9c035f11d0ee81768b317a3f.zip |
Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored
modified: Unity.gitignore
-rw-r--r-- | Unity.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index 9de94098..a51fd65e 100644 --- a/Unity.gitignore +++ b/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 |