Browse Source

Adds CodeRush directory to GIT ignored files

pull/6229/head
Miha Markič 5 years ago
parent
commit
cd54a9255d
  1. 3
      .gitignore

3
.gitignore

@ -106,6 +106,9 @@ _NCrunch_*/
*.ncrunchsolution.user *.ncrunchsolution.user
nCrunchTemp_* nCrunchTemp_*
# CodeRush
.cr/
# Others # Others
sql/ sql/
*.Cache *.Cache

Loading…
Cancel
Save