Git : gitignore File

Refresh the file index

# clear entire Git cache
git rm -r --cached .
git add .
git commit -m ".gitignore Refresh the file index"