Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git add -A ignore large files

find . -size +1G | cat >> .gitignore
# Remember to run it each time you want to update the gitignore!
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #git #add #ignore #large #files
ADD COMMENT
Topic
Name
6+5 =