Per project ignore files with `.projectile` directive not working as expected

yes, it did touch .ignore file, and still its coming up even after clearing the project cache.

No I mean put your ignore rules in the .ignore file

I have <projectroot>/.ignore with -*.svg : still I see the files

I also have <projectroot>/directory/.ignore with -*.svg but still no change.

I have found it!

basically you need the forward / to tell projectile to search from the root.

try adding -/*.svg into your .projectile file and see if that fixes it

still the same for me.

<project root>/.projectile has -/*.ttf but I still see ttf files and same applies to svg as well.

I’m having the same issue. I’ve tried adding ignore fields to both .ignore and .projectile, and it still shows all the ignored files. Adding the same files to the .gitignore works as expected.

Same Issue, .ignore and .projectile not working