android-js/androidjs

If folder where main.js is located contains .git folder it would be included in the .apk

sliterok opened this issue · 0 comments

Describe the bug
Indefinetely increased size of .apk

To Reproduce
Steps to reproduce the behavior:

  1. Init a repository at the directory where main.js is located.
  2. Create some commits
  3. Full size of the .git hidden folder will be included in the .apk file if you build it

Expected behavior
I guess there sould be something like .androidignore file to specify if you need any files that android.js should ignore while building .apk.

Screenshots
image
image

Additional context
Also i guess i should add /dist to .gitignore