Browse Source

No need to fully exclude CodeRush settings

Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
pull/2815/head
Andrew 5 years ago
parent
commit
b0b1b52543
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      VisualStudio.gitignore

+ 2
- 2
VisualStudio.gitignore View File

@@ -291,8 +291,8 @@ paket-files/
.idea/
*.sln.iml

# CodeRush
.cr/
# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/

Loading…
Cancel
Save