Only gitignore .csproj and .sln projects in the root directory. It's a useful pattern to have C# projects in the sub-directories.

This commit is contained in:
Petri Kero 2022-10-10 20:19:02 +03:00
parent e5323759e3
commit c1904ca209

View File

@ -32,9 +32,9 @@
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
/*.csproj
*.unityproj
*.sln
/*.sln
*.suo
*.tmp
*.user