Open entombedvirus opened 13 years ago
In Preferences->Directories To Ignore, change
^(\.git|\.hg|\.svn|\.sass-cache|build|tmp|log|vendor\/(rails|gems|plugins))
to this:
^(.*\.git|\.hg|\.svn|\.sass-cache|build|tmp|log|vendor\/(rails|gems|plugins))
It should ignore any .git directory now.
If you have the following project structure:
where
some_dependency
inside the lib folder is a symlink to an independent git repo, then PeepOpen fails to ignore the .git folder in app/lib/some_dependency