Ignore output-metadata.json

This commit is contained in:
leo60228 2023-09-07 18:40:54 -04:00 committed by Misa Elizabeth Kai
parent dae5f7bbd7
commit 6d88f8b1d6
2 changed files with 1 additions and 64 deletions

View File

@ -14,6 +14,7 @@ captures/
.cxx/
*.apk
output.json
output-metadata.json
# IntelliJ
*.iml

View File

@ -1,64 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.distractionware.vvvvvv",
"variantName": "release",
"elements": [
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-x86-release.apk"
}
],
"elementType": "File"
}