i have some problem on uploading my Android project to Github repo.
The problem is that I can't add my 'manifests', 'src/drawable', 'src/layout', 'src/value' folders(that have *.xml files in common).
I already checked my .gitignore file and tried to push using Android Studio(VCS), terminal command, etc.
here's my .gitignore file.
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
Thanks!
here's the 'Add File For Initial Commit'
and also the terminal command screenshot