Skip to content

Commit 0568812

Browse files
committed
chore: ignore deb package build output dir
The default OPENSHELL_OUTPUT_DIR in tasks/scripts/package-deb.sh is artifacts/, which holds locally built .deb files that should never be committed.
1 parent b5b18c0 commit 0568812

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ deploy/docker/.build/
190190
# SBOM generated output (JSON, CSV) — release artifacts, not committed
191191
deploy/sbom/output/
192192

193+
# Debian package build output (default OPENSHELL_OUTPUT_DIR for tasks/scripts/package-deb.sh)
194+
artifacts/
195+
193196
# Local mise settings
194197
mise.local.toml
195198

0 commit comments

Comments
 (0)