Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove gitignore files

git ls-files --ignored --exclude-standard -z | xargs -0 git rm --cached
git commit -am "Remove ignored files"


// answer from: thSoft
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #gitignore #files
ADD COMMENT
Topic
Name
3+2 =