From 6e6dc07448c4f1c197648cbb5fc2048fb29c5ff1 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Wed, 3 Apr 2024 21:16:33 +0200 Subject: [PATCH] Fix .gitignore paths --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c9d83ce..4547a397 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/build/** -/libs/love/** +/build +/libs/love