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
parent
commit
ab9235e0d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore

3
.gitignore

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

Loading…
Cancel
Save