1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00

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 # Autogenerated VS/MD/Consulo solution and project files
ExportedObj/ ExportedObj/
.consulo/ .consulo/
*.csproj /*.csproj
*.unityproj *.unityproj
*.sln /*.sln
*.suo *.suo
*.tmp *.tmp
*.user *.user