summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-15 14:36:52 +0300
committerPaul Buetow <paul@buetow.org>2026-06-15 14:36:52 +0300
commitd7fa5f3ddb8d42b169019263de79a537f730e5ff (patch)
treea8a0111658ffde454d6cf7673da88ebc69c42625 /.gitignore
parent5b3eaef8d977a507f285a47bee36e8dfedd066d9 (diff)
Add root .gitignore ignoring dist/ and temp files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
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