From c1904ca209f7918663214b145dffef19c4ff201a Mon Sep 17 00:00:00 2001 From: Petri Kero Date: Mon, 10 Oct 2022 20:19:02 +0300 Subject: [PATCH] Only gitignore .csproj and .sln projects in the root directory. It's a useful pattern to have C# projects in the sub-directories. --- Unity.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..720db608 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -32,9 +32,9 @@ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ -*.csproj +/*.csproj *.unityproj -*.sln +/*.sln *.suo *.tmp *.user