Hi, I am implementing source code management for my Oracle APEX development process. I see a few .gitignore files out there, but I was wondering if there is “one to rule them all” for typical Oracle APEX development?
Here are the ones I have looked at:
I see one in GitHub's standard .gitignore's for Oracle Forms, but not one for Oracle APEX.
I thought one might also want to add these to a .gitigore (using VS Code on Windows):
If it matters in this case, I am on Oracle APEX 24.1.
Thanks for any direction!