chore: ignore .amo-upload-uuid and commit manifest version sync

This commit is contained in:
Jordan Wages 2025-08-23 00:02:03 -05:00
commit 374b777514
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -5,3 +5,6 @@ node_modules/
# Ignore all release artifacts except updates.json (tracked) # Ignore all release artifacts except updates.json (tracked)
releases/* releases/*
!releases/updates.json !releases/updates.json
# Web-ext/AMO signing upload cache (not needed in repo)
.amo-upload-uuid

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Archive.org Link Grabber", "name": "Archive.org Link Grabber",
"version": "0.1.1", "version": "0.1.2",
"description": "Filter and export archive.org /download links; copy or send to aria2 RPC.", "description": "Filter and export archive.org /download links; copy or send to aria2 RPC.",
"applications": { "applications": {
"gecko": { "gecko": {