Update .gitignore

This commit is contained in:
Naveen 2024-01-08 17:25:35 +05:30
parent 248569e47f
commit 558c8bfe61
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
3 changed files with 2 additions and 20 deletions

2
app/.gitignore vendored
View file

@ -1 +1,3 @@
/build /build
/foss/
/prepaid/

View file

@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "org.fossify.gallery",
"variantName": "fossRelease",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 4,
"versionName": "1.1.0",
"outputFile": "gallery-4-foss-release.apk"
}
],
"elementType": "File"
}