feat: add .dockerignore

This commit is contained in:
Oliver Davies 2023-03-14 15:06:13 +00:00
parent 7978c03709
commit 39956ee2f5
2 changed files with 3 additions and 0 deletions

View file

@ -54,6 +54,7 @@ $app->command(
$io->info("Building configuration for {$configurationData['name']}.");
$filesToGenerate = collect([
['common/.dockerignore', '.dockerignore'],
['env.example', '.env.example'],
]);

View file

@ -0,0 +1,2 @@
/.github
/README.md