Get untracked files from the working tree (files not added to git). Runs git ls-files --others --exclude-standard [--deleted]
git ls-files --others --exclude-standard [--deleted]
Optional
Get untracked files from the working tree (files not added to git). Runs
git ls-files --others --exclude-standard [--deleted]