diff --git a/.gitattribute b/.gitattribute new file mode 100644 index 00000000..07a9f401 --- /dev/null +++ b/.gitattribute @@ -0,0 +1,9 @@ +*.bytes eol=lf +*.asset eol=lf +*.shader eol=text +*.unity eol=text +*.cs eol=text +*.meta eol=lf +*.prefab eol=lf +.gitattributes text +.gitignore text \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1c103889 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +/[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 + + +# Unity3D generated meta files +*.pidb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage