Right now, fd's default "exclude files that are in the .gitignore directory" can lead to unexpectedly empty results if you cd into one of the files in the .gitignore directory and try to use cmdk to find stuff inside the directory.
Ideally, we'd disable fd's "exclude .gitignore results", and then choose our own exclude paths to pare down the results to a reasonable size (so cmdk isn't operating on ginormous lists of files even across the entire filesystem).
Right now, fd's default "exclude files that are in the .gitignore directory" can lead to unexpectedly empty results if you
cdinto one of the files in the .gitignore directory and try to usecmdkto find stuff inside the directory.Ideally, we'd disable fd's "exclude .gitignore results", and then choose our own exclude paths to pare down the results to a reasonable size (so
cmdkisn't operating on ginormous lists of files even across the entire filesystem).