From ff6d00a74a101c684b79418a6875a3e75617f1fb Mon Sep 17 00:00:00 2001 From: Michael Notarnicola Date: Fri, 6 Sep 2013 15:23:44 -0400 Subject: [PATCH] Hopefully should be the last Unity gitignore. --- Unity.gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 6425e291..afaf26a7 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,8 +1,8 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ +#With meta-files enabled for Version Control in Unity, the only two directories that are +#Required are Assets and ProjectSettings. Everything else can be ignored. -# Autogenerated VS/MD solution and project files -*.csproj -*.unityproj -*.sln +* +!Assets/ +!/Assets/ +!ProjectSettings/ +!/ProjectSettings/ \ No newline at end of file