From cb19084a7de6019d135ef56c97e17bcf83ced512 Mon Sep 17 00:00:00 2001 From: ytom Date: Wed, 30 Nov 2016 11:16:23 +0800 Subject: [PATCH] Add gitignore and gitattribute --- .gitattribute | 9 +++++++++ .gitignore | 31 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .gitattribute create mode 100644 .gitignore 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