chore: add packaging directory skeleton + .gitignore build patterns

This commit is contained in:
2026-04-29 10:14:09 -04:00
parent 33525a8c1d
commit 52096c0d63
2 changed files with 15 additions and 0 deletions
+9
View File
@@ -53,3 +53,12 @@ GITEA_API.md
# Handoff drafts (operator scratch — final handoffs ARE committed) # Handoff drafts (operator scratch — final handoffs ARE committed)
.claude/handoffs/*.draft.md .claude/handoffs/*.draft.md
# Build outputs (out-of-tree)
build/
# linuxdeploy + plugin caches (downloaded by scripts/lib/linuxdeploy.sh on first AppImage build)
scripts/.cache/
# Locally-produced AppImage artifacts
*.AppImage
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Run the full bats test suite for sethLabels packaging scripts.
# Requires: bats (apt install bats).
set -euo pipefail
cd "$(dirname "$0")"
exec bats *.bats