From b3247194f19614391d82ef8cd1e890084f3620a3 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Fri, 31 Jan 2020 16:12:06 +0100 Subject: [PATCH] Create .gitignore --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c345fe0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +### +# Unity folders and files +### +[Aa]ssets/AssetStoreTools* +[Bb]uild/ +[Ll]ibrary/ +[Ll]ocal[Cc]ache/ +[Oo]bj/ +[Tt]emp/ +[Uu]nityGenerated/ +# file on crash reports +sysinfo.txt +# Unity3D generated meta files +*.pidb.meta + +### +# VS/MD solution and project files +### +[Ee]xportedObj/ +*.booproj +*.csproj +*.sln +*.suo +*.svd +*.unityproj +*.user +*.userprefs +*.pidb +.DS_Store + +### +# OS generated +### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db \ No newline at end of file