Ver código fonte

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.
pull/2815/head
Andrew 5 anos atrás
pai
commit
b0b1b52543
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      VisualStudio.gitignore

+ 2
- 2
VisualStudio.gitignore Ver arquivo

@@ -291,8 +291,8 @@ paket-files/
.idea/
*.sln.iml

# CodeRush
.cr/
# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/

Carregando…
Cancelar
Salvar