This repo contains a GitHub action that checks if a repo contains ignored files.
The GitIgnore action should fail, because the repo contains ignoreme
, which is declared in .gitignore
.
git rm -r --cached .
git add .
git commit -am "Remove ignored files"