PeepOpen-Issues
PeepOpen-Issues copied to clipboard
PeepOpen doesn't find .gitignore files when launched from TextMate.
Not sure if it's isolated to TextMate, but PeepOpen finds no files when searching for ".gitignore" when launched with Cmd+T. It seems to find other "." files and folders including ".bundle" and ".components" but the gitignore file isn't found.
This is part of the default pattern of ignoring the ".git" directory. I'd like to implement something better like what the Vim Command-T plugin uses where it doesn't list dotfiles or directories but will search for them if the search starts with a dot.