Hi,
I last tried migrating my workspace to PB2025. After migrating to PB 2025, I have two folders: .pb and build. Do I need to add these folders to the .gitignore file? Maybe I should store the build/objects folder in a git repository with other source files. Which folder is the output folder for PDB and Exe libraries (application)?
Regards
Pawel
It has been verified that the solution added to git through the Add to source control menu in PB IDE excludes these two folders.
Best Regards,
Peter
No it does not, at least not in my test environment.
I created a new solution in the IDE and committed and pushed it to a remote git repository,
After that, I ran "git status" on the project folder and got this result:
Untracked files:
(use "git add <file>..." to include in what will be committed)
.pb/
build/
I think this happens, because the IDE ignores these folders, but not through the normal .gitignore-approach, but in an Appeon-specific way.
While I'm OK with this behaviour, I ask to at least also create/append the .gitignore file to stay compatible to external tools.
Also, the IDE ignores pre-existing .gitignore files, I therefore filed a bug: https://www.appeon.com/standardsupport/track/view?id=12885
Thanks for reporting this issue!
We will have someone follow up on this ticket.
Best Regards,
Peter