I've ubuntu running on a digital ocean droplet that I was planning on using to clone a github repo of mine that I use locally.
In that repo I have my usual
dev
dev
/
build
build
folder structure, so I can build locally, but that'll mean when I pull the repo from my server it'll have all the dev files. Just wondering if this matters, or if there's a better way to do it?
Sorry if this seems simple, but this is my first time sorting my own server