Configure .gitignore to properly ignore build artifacts

- Add comprehensive Android/Gradle ignore patterns
- Ignore compiled output, dependencies, and sensitive files
- Remove tracked build artifacts from repository
This commit is contained in:
2026-03-15 23:31:07 +08:00
parent 07cd627f60
commit 1d4cc5fede
1080 changed files with 90 additions and 45466 deletions

View File

@@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.inspection.camera",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-debug.apk"
}
],
"elementType": "File"
}