mirror of
https://github.com/github/gitignore
synced 2025-02-18 16:39:08 +01:00
Added some .gitignore settings for ignoring user-specific files in Visual Studio, which are typically not included in git repos for C#
This commit is contained in:
parent
85d179675a
commit
a678f189ce
@ -2,5 +2,10 @@
|
||||
bin
|
||||
obj
|
||||
|
||||
#User-specific settings for Visual Studio
|
||||
*.suo
|
||||
*.user
|
||||
*.cache
|
||||
|
||||
# mstest test results
|
||||
TestResults
|
Loading…
x
Reference in New Issue
Block a user