public function install() { parent::install(); $this->copyGitIgnore('gitignore-composer'); if (Drupal::isDrupal($this->getWebRoot())) { $this->installDrupalSettingsLocal(); } }
public function install() { parent::install(); $this->copyGitIgnore('gitignore-nodejs'); }