mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 02:07:22 +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:
parent
e5323759e3
commit
c1904ca209
@ -32,9 +32,9 @@
|
||||
# Autogenerated VS/MD/Consulo solution and project files
|
||||
ExportedObj/
|
||||
.consulo/
|
||||
*.csproj
|
||||
/*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
/*.sln
|
||||
*.suo
|
||||
*.tmp
|
||||
*.user
|
||||
|
||||
Loading…
Reference in New Issue
Block a user