Skip to content

Commit

Permalink
Try mkdir & touch seperatly
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdlm committed Dec 29, 2023
1 parent 2f55c8b commit 0f1d827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$this->filesystem->mkdir('source/_templates');
$this->filesystem->mkdir('source/assets/css');
$this->filesystem->mkdir('source/assets/images');
$this->filesystem->mkdir('source/assets/js');
$this->filesystem->touch('source/assets/images/.gitignore');
$this->filesystem->touch('source/assets/js/.gitignore');

Expand Down

0 comments on commit 0f1d827

Please sign in to comment.