The repository file finder is a convenient way to jump to a specific file by typing part of its path. It can be accessed by pressing t
or using the “Go to file” button.
The file finder hides files in directories like vendor/
and build/
by default. These exclusions can now by customized using linguist
attributes in a .gitattributes
file. For example:
vendor/** linguist-vendored=false
build/** linguist-generated=false
Learn more about the file finder
Learn more about .gitattributes