Skip to content

Instantly share code, notes, and snippets.

@johngorithm
Created April 4, 2019 15:59
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 johngorithm/a5a8fdc586f36a25118de23885941386 to your computer and use it in GitHub Desktop.
Save johngorithm/a5a8fdc586f36a25118de23885941386 to your computer and use it in GitHub Desktop.

To view all files in your project that are ignored by Git without looking into .gitignore file, run the command below

git ls-files --others --ignored --exclude-standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment