I need to set up a branch made only for builds. I have a project made on JS with a server in another repo. Folder structure there is complex and there are lots of non-production files.
What I need is a separate branch with this folder structure:
build/ # For project build
server/ # For server build
How do I achieve that? I don't want to merge this branch with master
, neither do I want to create conflicts with other branches and files inside the repo that already exist