Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
- Ignore MSBuild binary log files.
- Ignore code coverage files.
  • Loading branch information
martincostello committed May 13, 2024
1 parent 6205d33 commit ae3078f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
[Bb]in/
.vs/
.idea*
coverage
coverage.*
node_modules/
*.binlog
*.user
*.pdb
artifacts/
Expand Down

0 comments on commit ae3078f

Please sign in to comment.