瀏覽代碼

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.
Andrew 6 年之前
父節點
當前提交
b0b1b52543
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      VisualStudio.gitignore

+ 2 - 2
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__/