Skip to content

Commit 3ea25fa

Browse files
committed
chore: update .gitignore to include Android C++ build files
- Added `android/app/.cxx/` to ignore C++ build artifacts for Android.
1 parent cdc288f commit 3ea25fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ app.*.symbols
3939

4040
# Obfuscation related
4141
app.*.map.json
42+
43+
# Android related
44+
android/app/.cxx/

0 commit comments

Comments
 (0)