If I give fffind a path constraint pointing into another repo, gitignored files show up in the results:
fffind models.py in $HOME/src/myproject/mypackage/**
models.py
__pycache__/models.cpython-312.pyc
...
__pycache__/ is ignored via the .gitignore at the root of that repo.
Would you feel like considering it a "bug" ? And change the behavior to actually take the .gitignore definition in this other git repo ?
But then I wonder what of the multiple path usage ?
If I give
fffinda path constraint pointing into another repo, gitignored files show up in the results:__pycache__/is ignored via the.gitignoreat the root of that repo.Would you feel like considering it a "bug" ? And change the behavior to actually take the .gitignore definition in this other git repo ?
But then I wonder what of the multiple path usage ?