From 37a6d7340a121476a4d442278b44c2f82eccb1fe Mon Sep 17 00:00:00 2001 From: DrFrugal Date: Sun, 14 Jan 2024 17:46:36 +0100 Subject: [PATCH] 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 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2fe09d2..7cb7314 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,7 @@ /Launcher/Release/ # Visual Studio -/.vs/ \ No newline at end of file +/.vs/ + +# never ignore anything in packages directory +!packages/ \ No newline at end of file