Files
TeleportFling/.gitignore
T
petere 0c97390fe2 build: track AppImage and .deb release artifacts
Commit the prebuilt AppImage and Debian .deb under dist/ so they are
downloadable from the remote. appimagetool and intermediate build output
remain gitignored. README links to both artifacts.
2026-09-19 10:34:07 +01:00

15 lines
315 B
Plaintext

# direnv
.direnv/
# sops-encrypted project secrets; keep out of git (encrypted via .sops.yaml)
.secrets.env
# nix
result
result-*
# Packaging build output. Keep the release artifacts (AppImage/.deb) tracked
# so they are downloadable from the remote, but ignore intermediates.
dist/*
!dist/*.AppImage
!dist/*.deb