Add CodeRush directory to .gitignore for C#

This is just a temporary directory for CodeRush, and should never
contain anything worth checking in. (Like the .vs directory.)
pull/10137/head
Jon Skeet 3 years ago committed by Jon Skeet
parent 837db77ecf
commit cacb096002
  1. 1
      csharp/.gitignore

1
csharp/.gitignore vendored

@ -18,6 +18,7 @@ lib/NUnit
# Untracked files
#
.vs
.cr
*.user
*.suo
*.nupkg

Loading…
Cancel
Save