Skip to content

Commit

Permalink
Merge pull request #52 from markjaquith/issue/gitkeep-classmaps-direc…
Browse files Browse the repository at this point in the history
…tory

Always put a .gitkeep file in the classmaps directory
  • Loading branch information
coenjacobs authored Jun 1, 2020
2 parents a020748 + 81f06ee commit 01b2a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mover.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function deleteTargetDirs()
$this->filesystem->createDir($this->config->dep_directory);
$this->filesystem->deleteDir($this->config->classmap_directory);
$this->filesystem->createDir($this->config->classmap_directory);
$this->filesystem->put($this->config->classmap_directory . '/.gitkeep', '');
}

public function movePackage(Package $package)
Expand Down

0 comments on commit 01b2a17

Please sign in to comment.