From 0cc2eede22e6b17b75e1b21797497921c3c083d4 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Sun, 5 Feb 2023 18:05:32 +0530 Subject: [PATCH] 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`. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d5930211..6e9f2c53 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,6 @@ libVkLayer_adreno.so # Android Studio Profiler Traces *.trace + +# Output Metadata +output-metadata.json