From 8a471a3edcd20056c47fcca7cdc13c4a7b2edd95 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 19:04:50 +0000
Subject: [PATCH] chore: auto-update README.md
---
README.md | 1 +
docs/partials/readme.configuration.md | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ed941ae..b5dccf2 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ your repository.
| devcontainer
tag `string` |php8-review| Image tag|
| helm_charts `boolean` |false| Enable generation of Helm charts.|
| archived `boolean` |false| Setting this option to `true` will cause the repository to be archived. Once archived, it can only be unarchived manually.|
+| omit_files `array` |[]| **EXPERIMENTAL** A list of files to skip during file generation.|
- [Looking for repo.yaml schema integration within your IDE?](./docs/SchemaIDESupport.md)
### Readme file auto-generation
diff --git a/docs/partials/readme.configuration.md b/docs/partials/readme.configuration.md
index 433c420..f75a98a 100644
--- a/docs/partials/readme.configuration.md
+++ b/docs/partials/readme.configuration.md
@@ -37,4 +37,5 @@
| devcontainer
repository `string` |ghcr.io/linkorb/php-docker-base| Image to use for devcontainer (registry image URL)|
| devcontainer
tag `string` |php8-review| Image tag|
| helm_charts `boolean` |false| Enable generation of Helm charts.|
-| archived `boolean` |false| Setting this option to `true` will cause the repository to be archived. Once archived, it can only be unarchived manually.|
\ No newline at end of file
+| archived `boolean` |false| Setting this option to `true` will cause the repository to be archived. Once archived, it can only be unarchived manually.|
+| omit_files `array` |[]| **EXPERIMENTAL** A list of files to skip during file generation.|
\ No newline at end of file