Add `output-metadata.json` to `.gitignore`

This JSON file is generated for any APK builds, it's entirely unnecessary to commit to the repository and has no relevance outside of the local context therefore has been added to `.gitignore`.
This commit is contained in:
PixelyIon 2023-02-05 18:05:32 +05:30
parent 7f1b6de1fe
commit 0cc2eede22
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -101,3 +101,6 @@ libVkLayer_adreno.so
# Android Studio Profiler Traces
*.trace
# Output Metadata
output-metadata.json