Given a project directory my-project which projectile correctly identifies because it is a git project.
Inside my-project there is a my-module directory. It is a git submodule and therefor projectile identifies it as a project of it's own.
But I want all files inside of my-project/my-module to be considered as part of my-project.
What is the idiomatic way to configure this?
I would like a solution in dir-locals.el so it does not affect other projects.
counsel-fdif your goal is to just browse subdirectories and files withinmy-project.