From eb84bb298d2b95aec7b2ae12cbf25ac64f25379a Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sun, 6 Nov 2022 15:12:42 -0500 Subject: move to self host --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c345fe0b --- /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 -- cgit v1.2.3-freya