Skip to content

Commit 493931e

Browse files
committed
Ignores vcpkg directory
Excludes the vcpkg directory from being tracked by Git. This prevents accidental commits of external library files managed by vcpkg, keeping the repository cleaner.
1 parent 9e19909 commit 493931e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/cmake-build/
22
/.idea
33
/out
4-
*.DS_Store
4+
*.DS_Store
5+
/extlibs/vcpkg

0 commit comments

Comments
 (0)