.git FolderIdentifies whether the provided file paths are located inside a .git directory.
This function assumes that the file paths are normalized beforehand (i.e., using
forward slashes / even on Windows systems).
is_in_gitfolder(files)A logical vector indicating whether each file is located within a .git folder.
A character vector of files to search (only for seek_in()).