Answers for "ingnore large files in github"

0

ingnore large files in github

find ./* -size +100M | cat >> .gitignore
Posted by: Guest on October-08-2020

Code answers related to "ingnore large files in github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language