Skip to content

Commit b0b1b52

Browse files
authored
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.
1 parent 9d7ff09 commit b0b1b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ paket-files/
291291
.idea/
292292
*.sln.iml
293293

294-
# CodeRush
295-
.cr/
294+
# CodeRush personal settings
295+
.cr/personal
296296

297297
# Python Tools for Visual Studio (PTVS)
298298
__pycache__/

0 commit comments

Comments
 (0)