From 4dbfdee4070dff3f28eeeedb0817fae17e3928a4 Mon Sep 17 00:00:00 2001 From: Matt Scalzo Date: Thu, 30 Jan 2020 15:57:09 -0500 Subject: [PATCH] Initiall commit for own repo This should work... --- .gitattributes | 1 + .gitignore | 36 ------------------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) create mode 100644 .gitattributes delete mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..163db793 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.psd filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0210746b..00000000 --- a/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ -[Bb]uild/ -[Bb]uilds/ -Assets/AssetStoreTools* - -# Visual Studio cache directory -.vs/ - -# Autogenerated VS/MD/Consulo solution and project files -ExportedObj/ -.consulo/ -*.csproj -*.unityproj -*.sln -*.suo -*.tmp -*.user -*.userprefs -*.pidb -*.booproj -*.svd -*.pdb -*.opendb - -# Unity3D generated meta files -*.pidb.meta -*.pdb.meta - -# Unity3D Generated File On Crash Reports -sysinfo.txt - -# Builds -*.apk -*.unitypackage