0

How can I get a list of all the files and directories currently ignored by git, via a .gitignore file (or files with the same functionality, if there are any)?

yivi
  • 42,438
  • 18
  • 116
  • 138
Nicolás Alarcón Rapela
  • 2,714
  • 1
  • 18
  • 29

1 Answers1

0

The solution is :

git status --ignored
yivi
  • 42,438
  • 18
  • 116
  • 138
Nicolás Alarcón Rapela
  • 2,714
  • 1
  • 18
  • 29