Android Question Have problem between B4x and Git

Pooya1

Active Member
Licensed User
Hi
I use GitHub windows version for control versions of my apps
I suggest you to use it in you app for better manage
If you use git so you know that we can add folders or files that we dont commit it
Example in B4a,java files are files we add their in .gitignore file
But i still dont prevent commit Objects folder in github
I use \Objects in .gitignore file but i can see their again
Thanks
 

eurojam

Well-Known Member
Licensed User
Longtime User
make sure that windows don't adds a hidden extension like .txt at your .gitignore file. you can prevent this, when you add just a point at the the end of the filenameto your .gitignore. file. or you can try to make a global configuration ~/.gitignore_global and running git config --global
 
Upvote 0
Top