Command to remove files from the ignore list.
git rm --cached `git ls-files -i --exclude-from=.gitignore`
on MacOS
git ls-files -i -c --exclude-from=.gitignore | xargs git rm --cached
Command to remove files from the ignore list.
git rm --cached `git ls-files -i --exclude-from=.gitignore`
on MacOS
git ls-files -i -c --exclude-from=.gitignore | xargs git rm --cached
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Ahmend Riss -
Bellamer -
JennyThomas498 -
{η!б€£ $!£¤η€я¤}• -
Top comments (0)