Skip to content

Commit a6f9e97

Browse files
thatSFguyclaude
andcommitted
chore: gitignore gradle/verification-metadata.xml
F-Droid generates this on their build server via gradlew-fdroid --write-verification-metadata; a locally committed copy can conflict with their reproducible-build process. Keep it local-only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 369ea9a commit a6f9e97

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
.gradle/
33
build/
44
local.properties
5+
# F-Droid generates this on their build server (gradlew-fdroid
6+
# --write-verification-metadata). Committing our own can conflict
7+
# with their reproducible-build process — keep it local.
8+
gradle/verification-metadata.xml
59

610
# IDE
711
.idea/

0 commit comments

Comments
 (0)