What is the git command to list ignored files? -
this question has answer here:
my netbeans ide shows ignored files on different color. presume, ide knowing using git command.
i wish know files on project folder , subfolders being ignored.
what command should use?
git status --ignored
show untracked files. includes normal status output. there not appear status option show ignored files.
Comments
Post a Comment