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.
15 lines
315 B
Plaintext
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
|