From 3a19975df9193c6dd9b0e29bfc3caca5e5fc516f Mon Sep 17 00:00:00 2001 From: TMLKyza Date: Mon, 8 Jun 2026 12:28:02 +0200 Subject: [PATCH] images and gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..41f0091d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# 1. Ignore all PDFs and PNGs globally by default +*.pdf +*.png + +# 2. Whitelist exceptions (Must come AFTER the global ignores) +!imgs/ +!imgs/*.png