hi,我需要编写一个简短的shell脚本,其中列出了GiT存储库忽略的所有现有文件。例如:[重复]

问题描述 投票:-2回答:1
%> bash git_ignore.sh |猫-e

。DS_Store $

mywork.c〜$

%>

git macos terminal gitignore git-status
1个回答
0
投票
应该可以通过git ls-files --ignored -X /path/to/gitignore。无需编写专用脚本。
© www.soinside.com 2019 - 2024. All rights reserved.