I did eval : 'projectile-indexing-method but it did not print anything. I am pretty sure that I haven’t change anything in the config so it should be default. But I am surprised that eval did not print anything for me.
check the value using SPC h v projectile-indexing-method RET
It is set to hybrid, still the .projectile config did not get respected.
Does it still show up if you put it in a .ignore file?
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