Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update .gitignore. (#265)
Browse files Browse the repository at this point in the history
Ignore the 'pack' directory (which contains nupkgs after a build) and *.binlog
files.

Co-authored-by: Srdjan Jovčić <[email protected]>
  • Loading branch information
rolfbjarne and srdjanjovcic authored Mar 1, 2024
1 parent 78a0c74 commit 7862c90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ out
bin
obj
packages
pack
*.nuget.targets
*.nuget.props
*.lock.json
Expand All @@ -11,4 +12,5 @@ packages
*.cache
.vs
.*
log.txt
log.txt
*.binlog

0 comments on commit 7862c90

Please sign in to comment.