Contao\CoreBundle\Command\InstallCommand::addIgnoredDirs PHP Méthode

addIgnoredDirs() private méthode

Adds the ignored directories.
private addIgnoredDirs ( )
    private function addIgnoredDirs()
    {
        foreach ($this->ignoredDirs as $path) {
            $this->addIgnoredDir($this->rootDir . '/' . sprintf($path, $this->webDir));
        }
        $this->addIgnoredDir($this->rootDir . '/' . $this->getContainer()->getParameter('contao.image.target_path'));
    }