mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
feat: add .dockerignore
This commit is contained in:
parent
7978c03709
commit
39956ee2f5
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ $app->command(
|
||||||
$io->info("Building configuration for {$configurationData['name']}.");
|
$io->info("Building configuration for {$configurationData['name']}.");
|
||||||
|
|
||||||
$filesToGenerate = collect([
|
$filesToGenerate = collect([
|
||||||
|
['common/.dockerignore', '.dockerignore'],
|
||||||
['env.example', '.env.example'],
|
['env.example', '.env.example'],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
2
templates/common/.dockerignore.twig
Normal file
2
templates/common/.dockerignore.twig
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/.github
|
||||||
|
/README.md
|
Loading…
Add table
Add a link
Reference in a new issue