Hi Guys,
Again i need of your help, we're working with PowerBuilder 2019 + GIT, and we're using FORK app to do everything about of git commands, till now we're working without any problem, but, when we want to do a commit of changes, GIT is suggest to do a stage of the .pbl files, but we don't want to do it, because isn't required, we're commiting just PoweBuilder objects (.sru, .srd, etc). So, i'm trying to configure the config file of git for will be ignore these files (.pbl and .pbd) but this isn't work with anyway.
i tried the followings settings:
* add .gitignore file and i specified the .pbl into this
* add .pbl into exclude file of GIT (.git/info/exclude)
i don't know how more to do because nothing works me.
i'll thank everyhelp that you can to give me and i hope that you'll excuse me for my English because i'm not a speaker of English :(
Regards