Files
securebit-chat/.dockerignore
T
lockbitchat 3f863299e2
CodeQL Analysis / Analyze CodeQL (push) Canceled after 0s
Deploy Application / deploy (push) Canceled after 0s
Mirror to Codeberg / mirror (push) Canceled after 0s
Mirror to PrivacyGuides / mirror (push) Canceled after 0s
deploy: ship the desktop client's store screenshots
assets/screenshots was excluded from the image because it held README
material and nothing served it. That stopped being true: the desktop
client's AppStream metainfo names five of these files by URL, and Flathub
fetches them from this domain — a reviewer opens each one, and a 404 is a
rejection.

Only the desktop-* set is un-ignored. The README's full-size captures stay
out, which is what the original rule was for.
2026-09-01 21:12:29 -04:00

24 lines
815 B
Plaintext

.git
.github
node_modules
tools
tests
Dockerfile
.dockerignore
fly.toml
*.log
.DS_Store
**/.DS_Store
# Source maps are debug-only and never needed at runtime; excluding them keeps the
# build context small (the .map files are several MB) and the deploy upload fast.
**/*.map
# Marketing screenshots are referenced only from the README, not served by the app.
assets/screenshots
# ...with one exception. The desktop client's store screenshots ARE fetched from
# this domain: its AppStream metainfo names them by URL, and both Flathub's
# reviewers and the store listing load them over HTTPS. Excluded, they 404 and
# the submission is rejected. Only the desktop-* set ships; the README's
# full-size marketing captures stay out of the image, which is what the rule
# above was for.
!assets/screenshots/desktop-*.png