From b96ff9ed39ccda61e47b3e14bf086c3385597787 Mon Sep 17 00:00:00 2001 From: Daniel Antonsen <44880186+root4loot@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:36:21 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8971da..3027fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.* -.*/* -!.gitignore \ No newline at end of file +**/.* +!.gitignore +!.github \ No newline at end of file