My .gitignore contains the following:
deploy/media/customoptions/options/*/*/70x/*
deploy/media/customoptions/options/*/*/200x/*
deploy/media/customoptions/options/*/*/*/*
I realize this is a bit more then it really needs, but I've been testing different patterns to try to get it working.
When I run an add command:
git add deploy/media/customoptions/ --verbose --dry-run
One of the files it's matching I would like to be ignored. Why is this being added? Based on the path, it should match true above.
deploy/media/customoptions/options/998/4325/200x/200-ntlrope.jpg
I have tried deleting the entire .git directory and git init
ing it again to start from a blank slate, and still adds that file.