From 58f1cfd110752c7734ce2cbf51b930cf0b5da256 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 21:44:57 +0100 Subject: [PATCH] fix: tidy up what goes into teh Pack --- .packwizignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.packwizignore b/.packwizignore index 746c876..591a7a4 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,8 +1,13 @@ -# DOnt add teh IDE's +# No need to have anything outside teh packwiz files inside teh pack +/.forgejo /.idea +/docs +/nix + +.git* # dont add nix stuff flake.* -/nix +# Dont add documentation *.md