Skip to content

Commit 55378c5

Browse files
committed
build(gradle): ignore gradle build artifacts & add indexer configs
1 parent 76e664b commit 55378c5

18 files changed

Lines changed: 33 additions & 669 deletions

File tree

β€Ž.gitignoreβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,17 @@ dist/
33
.env
44
.env.local
55
*.log
6-
android-app/build/reports/
6+
7+
# Android & Gradle Build Artifacts
8+
.gradle/
9+
android-app/.gradle/
10+
android-app/build/
11+
build/
12+
.idea/
13+
*.ap_
14+
*.apk
15+
*.dex
16+
*.bin
17+
*.lock
18+
19+
.vercel
-17 Bytes
Binary file not shown.
-24.9 KB
Binary file not shown.
-34.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1 Bytes
Binary file not shown.
-18.3 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

β€Žandroid-app/.gradle/9.5.1/gc.propertiesβ€Ž

Whitespace-only changes.

0 commit comments

Comments
Β (0)