I'm working on my first .gitignore file and curious what I should add for a B4A project. I found this: https://github.com/github/gitignore/blob/master/Android.gitignore
for Android projects and thought B4A would be similar.
Is there anything specific to B4A that I should add?
The widgets layouts files are created during compilation so they shouldn't be added.
If you do use other resources then they should be added.
Note that in v5.80 you can add resources from the manifest editor with the new CreateResource keyword.