According to the .gitignore docs test/
would ignore the test directory and everything in it. Additionally, test/**
is described as matches everything inside
.
I have been experimenting and cannot figure out what the difference between these two is. Can anyone provide an example where those behave differently?