📜  git check ignore - Shell-Bash 代码示例

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

代码示例1
# Check that a file/folder is ignored
git check-ignore *
# Check that a file/folder is ignored and which line of .gitignore causes that
git check-ignore -v *