Hmm I don't see an option to customize that (might have overlooked it), maybe you can try overriding the following function in your config:
(defun projectile-test-directory (project-type)
"Find default test directory based on PROJECT-TYPE."
(projectile-project-type-attribute project-type 'test-dir "test/"))
changing "test/"
for "test/src"
Anyone using counsel-git-grep
and knows how to get it to ignore files/directories?
standard .gitignore should work, why not use that?
you can also specify patterns just for git grep in your git config
but these would be global
I don't use gitignore because some of the files I don't want to search are checked in
e.g. some minimized js for swagger docs
then you can call it with a universal argument and use -e
option for a pattern https://git-scm.com/docs/git-grep
C-u M-x counsel-git-grep