From d7fa5f3ddb8d42b169019263de79a537f730e5ff Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 15 Jun 2026 14:36:52 +0300 Subject: Add root .gitignore ignoring dist/ and temp files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9dba72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Generated album output +dist/ + +# Temporary / cache files +*.tmp +*.log -- cgit v1.2.3