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:
parent
e5323759e3
commit
c1904ca209
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue