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