Am Fr., 7. Dez. 2018 um 13:45 Uhr schrieb Eric Sunshine <sunshine@xxxxxxxxxxxxxx>: > > On Fri, Dec 7, 2018 at 7:36 AM Victor Toni <victor.toni@xxxxxxxxx> wrote: > > I'm wondering if there is any way to show which rules (ideally with > > the .gitignore file they are coming from) are causing a specific file > > to get ignored so I could easily fix the .gitignore file? > > Perhaps the "git check-ignore" command would help. Thanks for the tip! Works like a charm (had to use the --verbose option though, without, it does not give much feedback)