From 958f31e8b9defdac9b7b41d1c2555ac05bf946a2 Mon Sep 17 00:00:00 2001 From: Nick Mudry Date: Thu, 12 Jun 2014 16:41:49 -0400 Subject: [PATCH] Update Unity.gitignore Added OSX only files to the .gitignore, which is helpful for those developing on a Mac/OSX machine. Additionally, a nice warning that you should convert to metafiles (not many new developers will know this) and is a helpful reminder. --- Unity.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 4d8768d6..96777d73 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,6 +1,17 @@ +################## +# Unity ignores: +# +# !!! WARNING !!! +# +# … you MUST convert Unity to using Metafiles *before* you start using this +# .gitignore file, or you WILL lose data! +# + [Ll]ibrary/ [Tt]emp/ [Oo]bj/ +[Bb]uilds/ +[Ss]creenshots/ # Autogenerated VS/MD solution and project files /*.csproj @@ -11,3 +22,9 @@ /*.userprefs /*.pidb /*.booproj + +# OS X only: +.DS_Store +*.swp +*.Trashes +