I have a repository that directory stucture looks like below
-- Frontend
-- Frontend files
-- Backend
-- Backend files
The I am now looking to deploy the backend to Pythonanywhere. Pythonanywhere works as remote cloud console for deployment. I want to be able to store just the backend content without the frontend to save on memory. Do I have to break the repository into frontend and backend repos, or this there a .gitfocus command or function to only pay attention to changes in the backend folder.