From e14faeedefe3f1c84815d242d9ce005fe285095e Mon Sep 17 00:00:00 2001 From: vis2k Date: Thu, 7 Jun 2018 15:11:43 +0200 Subject: [PATCH] gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..bef3844d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# =============== # +# Unity generated # +# =============== # +Source/Temp/ +Source/Library/ + +# ===================================== # +# Project specific # +# ===================================== # +Database.sqlite +Database/ + +# ===================================== # +# Visual Studio / MonoDevelop generated # +# ===================================== # +ExportedObj/ +obj/ +*.svd +*.userprefs +/*.csproj +Source/Assembly-CSharp.csproj +Source/Assembly-CSharp-Editor.csproj +Source/Assembly-CSharp-firstpass.csproj +Source/Source.sln +*.pidb +*.suo +/*.sln +*.user +*.unityproj +*.booproj +Output/ +bin/ + +# ============ # +# OS generated # +# ============ # +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db \ No newline at end of file