Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricioprado00/44ad2e74c30baceaeb12ff784717a8c6 to your computer and use it in GitHub Desktop.
Save mauricioprado00/44ad2e74c30baceaeb12ff784717a8c6 to your computer and use it in GitHub Desktop.
GIT ignored files
# List ignored files
git ls-files . --ignored --exclude-standard --others
# List untracked files
git ls-files . --exclude-standard --others
# https://stackoverflow.com/questions/3538144/how-do-you-git-show-untracked-files-that-do-not-exist-in-gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment