Skip to content

Commit

Permalink
Account for msbuild project artifacts in gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 2, 2023
1 parent 4ee4926 commit 254897a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# VS and VSCode
.vs
.vscode/settings.json
bin/
obj/

# CMake
build/
out/

# vcpkg
vcpkg_installed*/
/vcpkg/

0 comments on commit 254897a

Please sign in to comment.