I have a single git repo with a directory structure that looks like this:
root ---------- src
        |
        |
        |------ 3rd
root is my working directory, 3rd consists of multiple third-party git submodules.
projectile-find-file only finds files in src, it does not work for the submodules.