Added /android/app/.cxx/ to .gitIgnore, because they're auto generated files that dont need to be checked into source control.

This commit is contained in:
fkarmoush
2025-03-26 13:14:23 +03:00
parent 80dd0f696f
commit 19edd0a275

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ app.*.map.json
/android/app/debug /android/app/debug
/android/app/profile /android/app/profile
/android/app/release /android/app/release
/android/app/.cxx/