I want my .gitignore to ignore every bin folder except the one in the PSFramework folder and keep that one's content. I managed to get the folder but its content doesn't show up.
Here is what I tried:
[Bb]in/
!**/PSFramework/[Bb]in/
Tried it with and without the slash at the end. According to what I found until now this should work but for me, it doesn't :
when i check the git status only the folder but not the files in it show up