Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f50b7dc

Browse files
committed
Add Android build artifacts to gitignore
1 parent 684f38d commit f50b7dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mobile/.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ ios/lightning.xcworkspace/xcshareddata
4242
ios/lightning/Lndmobile.framework
4343
ios/lightning/Supporting/EXShell.json
4444
ios/lightning/Supporting/EXShell.plist.bak
45-
android/Lndmobile/Lndmobile.aar
46-
android/app/src/main/assets/shell-app.bundle
47-
android/app/src/main/assets/shell-app-manifest.json
4845

4946
# Android/IJ
5047
.idea
5148
.gradle
5249
local.properties
5350
*.aab
51+
*.apk
52+
android/Lndmobile/Lndmobile.aar
53+
android/app/src/main/assets/shell-app.bundle
54+
android/app/src/main/assets/shell-app-manifest.json
55+
android/app/prodKernel/

0 commit comments

Comments
 (0)