Unverified Commit b0b1b525 authored by Andrew's avatar Andrew Committed by GitHub

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.
parent 9d7ff09c
...@@ -291,8 +291,8 @@ paket-files/ ...@@ -291,8 +291,8 @@ paket-files/
.idea/ .idea/
*.sln.iml *.sln.iml
# CodeRush # CodeRush personal settings
.cr/ .cr/personal
# Python Tools for Visual Studio (PTVS) # Python Tools for Visual Studio (PTVS)
__pycache__/ __pycache__/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment