diff options
author | Andrew <aaadov@gmail.com> | 2018-09-18 10:10:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 10:10:17 +0300 |
commit | b0b1b525438283e714e12e01bbc83b3236df06d7 (patch) | |
tree | 087b37a3b1e4ae327c970cde8f23f62faf8cb2e6 /VisualStudio.gitignore | |
parent | 9d7ff09c7d38dce9ef03e7ea4dc908a622546757 (diff) | |
download | gitignore-b0b1b525438283e714e12e01bbc83b3236df06d7.tar.gz gitignore-b0b1b525438283e714e12e01bbc83b3236df06d7.zip |
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.
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d7a6ca2a..18dd5113 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -291,8 +291,8 @@ paket-files/ .idea/ *.sln.iml -# CodeRush -.cr/ +# CodeRush personal settings +.cr/personal # Python Tools for Visual Studio (PTVS) __pycache__/ |