Terapkan Gitignore ke komit saat ini

#First commit all changes
git rm -r --cached .
git add .
git commit -m ".gitignore updated"
Dr. Green