diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-15 14:36:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-15 14:36:52 +0300 |
| commit | d7fa5f3ddb8d42b169019263de79a537f730e5ff (patch) | |
| tree | a8a0111658ffde454d6cf7673da88ebc69c42625 | |
| parent | 5b3eaef8d977a507f285a47bee36e8dfedd066d9 (diff) | |
Add root .gitignore ignoring dist/ and temp files
| -rw-r--r-- | .gitignore | 6 |
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 |
