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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -