From 21f881d8b0a641a382e2c08d3bce8251501feace Mon Sep 17 00:00:00 2001 From: Joshua Reason Date: Fri, 20 Jan 2017 21:37:24 +1100 Subject: [PATCH] uploaded .gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efc542a --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ + +# Created by https://www.gitignore.io/api/unity + +### Unity ### +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/Assets/AssetStoreTools* + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb + + +# Unity3D generated meta files +*.pidb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage + +# End of https://www.gitignore.io/api/unity \ No newline at end of file