What does a grey icon in remote GitHub mean

BC2 picture BC2 · Oct 25, 2013 · Viewed 47.3k times · Source

Can anyone please tell me why i have the grey icon when i push my files to github ? In side the app directory, there should be models, views , and controllers but in the remote GitHub I can't click in.

enter image description here

Answer

Ankit Agrawal picture Ankit Agrawal · Apr 25, 2017
git rm --cached <folder_name>

Then go to the parent directory and do:

git add .
git commit -m "<your_message>"
git push --all