I want to add backend and frontend in the same git repo as this one
When I try to push an app it gives an error, So I have to remove the git from the frontend and backend both. And Have it in the parent one only.
Error
On branch main
Your branch is up to date with 'origin/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
Backend/
frontend/
nothing added to commit but untracked files present (use "git add" to track)