Seeing untracked files The possible options are: -no - Show no untracked files. -normal - Shows untracked files and directories. -all - Also shows individual files in untracked directories. Using the --untracked-files=all we see all the files in new directories.
You can explicitly list what is being tracked and untracked as follows to see if Git is seeing and honoring your .gitignore
. If you post your .gitignore
contents, git status
output, and dir
or ls
we can better assist you.
$ git ls-files . --ignored --exclude-standard --others
$ git ls-files . --exclude-standard --others
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With