The internets recommend git ls-files -v
to look for files that were marked as skip-worktree.
Documentation for -v
flag of git-ls-files
says it's similar to -t
flag which is "semi-deprecated".
Is there a non-deprecated (and/or scriptable) way of looking for skip-worktree files?