Browse Source
Merge pull request #6229 from MihaMarkic/updates_gitignore
Adds CodeRush directory to GIT ignored files
pull/6245/head
Nikita Tsukanov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.gitignore
|
|
|
@ -106,6 +106,9 @@ _NCrunch_*/ |
|
|
|
*.ncrunchsolution.user |
|
|
|
nCrunchTemp_* |
|
|
|
|
|
|
|
# CodeRush |
|
|
|
.cr/ |
|
|
|
|
|
|
|
# Others |
|
|
|
sql/ |
|
|
|
*.Cache |
|
|
|
|