From b0b1b525438283e714e12e01bbc83b3236df06d7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 18 Sep 2018 10:10:17 +0300 Subject: [PATCH] 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. --- VisualStudio.gitignore | 4 ++-- 1 file 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__/