adjusted .gitignore to not ignore packages/ directory.

otherwise it won't compile when cloning the repository,
because it complains about detours.lib not being found
This commit is contained in:
DrFrugal 2024-01-14 17:46:36 +01:00
parent ab206303e1
commit 37a6d7340a
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -41,4 +41,7 @@
/Launcher/Release/
# Visual Studio
/.vs/
/.vs/
# never ignore anything in packages directory
!packages/