You are here

private static property Finder::$vcsPatterns in Database Sanitize 7

File

vendor/symfony/finder/Finder.php, line 62

Class

Finder
Finder allows to build rules to find files and directories.

Namespace

Symfony\Component\Finder

Code

private static $vcsPatterns = array(
  '.svn',
  '_svn',
  'CVS',
  '_darcs',
  '.arch-params',
  '.monotone',
  '.bzr',
  '.git',
  '.hg',
);