I'd love to get a list of the global excludes and local excludes for my filesystem watcher to ignore
Asked
Active
Viewed 31 times
0
-
2Do you mean git excludes or contents of .gitignores? – wmorrison365 Jun 05 '14 at 07:13
-
3As i http://stackoverflow.com/a/467053/6309 ? – VonC Jun 05 '14 at 07:15
-
@VoC Nope, that lists files in the current repo that are ignored. I want a list of ignore patterns – deiga Jun 05 '14 at 08:01
-
@wmorrison365 both? I just want a list of all exclusion patterns being applied to the current repository – deiga Jun 05 '14 at 08:02
-
1Why don't you just look into the `.gitignore` and the `.git/info/exclude` file? – Sascha Wolf Jun 05 '14 at 10:23
-
@Zeeker Because there is also a global excludesfile and I was wondering if there was a nift git command to just print all the patterns – deiga Jun 05 '14 at 12:47