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
Harsh Viradia -
Sujal Dua -
hardyweb -
Cody Antonio Gagnon -
Top comments (0)