From 5b3bb53e7b266f51a303e24ad5a4a1d9cf20fcaf 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 (cherry picked from commit 58f1cfd110752c7734ce2cbf51b930cf0b5da256) --- .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