I've got a Django Project in PyCharm. I needed to make a repository on GitHub with this project - that's why i did next - VCS -> Import into Version Control -> Share Project on GitHub. Several times due to my "noobness" i was to delete project and repository both to start over. Today i perfomed that again and to my surprise found that PyCharm didn't push all the project folders to GitHub. I tried to add files to git manually like that "git add " but there is still no result. Structure of my folder tree is simple:
ProjectName_test:
.idea
scopes
products
ProjectName
templates
Both folders - "templates" and "ProjectName" aren't pushed to GitHub. What should i do in this situation? Is there anything behind the scenes that doesn't let those folders to be pushed?