Does git or gitlab support to keep files/properties local to a specific branch?
With this, I mean that I have this information available in the branch (either as file, or as properties, or similar), but if I merge the branch back to master, this information is not merged back.
Use cases would be for testing with different configuration/servers/... than on master.