mirror of
https://github.com/github/gitignore
synced 2024-11-26 21:54:22 +01:00
Update CSharp gitignore w/ more common files that need to be ignored.
This commit is contained in:
parent
1a188f2697
commit
85cc65d367
@ -1,6 +1,28 @@
|
|||||||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
|
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
|
[Bb]uild/
|
||||||
|
[Dd]ist/
|
||||||
|
[Cc]lient[Bb]in/
|
||||||
|
|
||||||
# mstest test results
|
# mstest test results
|
||||||
TestResults
|
|
||||||
|
[Tt]est[Rr]esults/
|
||||||
|
[Tt]est[Rr]esult.xml
|
||||||
|
|
||||||
|
# ReSharper files
|
||||||
|
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
*[Rr]e[Ss]harper.user
|
||||||
|
_[Rr]e[Ss]harper.*/
|
||||||
|
|
||||||
|
# Misc VSS files
|
||||||
|
|
||||||
|
*.suo
|
||||||
|
*.sln.cache
|
||||||
|
*.user
|
||||||
|
*.vssscc
|
||||||
|
*.vspscc
|
||||||
|
*.[Pp]ublish.xml
|
Loading…
Reference in New Issue
Block a user