📌  相关文章
📜  git add -A 忽略大文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:29.101000             🧑  作者: Mango

代码示例1
find . -size +1G | cat >> .gitignore
# Remember to run it each time you want to update the gitignore!