The deal is: I've got a nodejs server in the root folder. There is also a git repo in the same place. Also I have a create-react-app in the folder of "client". The structure looks like this:
/client
server.js
package.json
The problem is, when I push it to my github repo, the "client" folder content isn't getting added, I mean it stays empty having zero content inside, whereas there's supposed to be a react app in it. Can anybody help me to figure out, what's going on?