clear git cache after updating gitignore

PHOTO EMBED

Mon Jun 05 2023 17:58:16 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

git rm -r --cached .; git add .; git commit -am 'Removed files from the index (now ignored)'
content_copyCOPY