diff --git a/.generator/cli.py b/.generator/cli.py index 1109b57eb391..e5e5eecd8810 100644 --- a/.generator/cli.py +++ b/.generator/cli.py @@ -140,7 +140,6 @@ def _add_new_library_preserve_regex(library_config: Dict, library_id: str) -> No "docs/CHANGELOG.md", "docs/README.rst", "samples/README.txt", - "tar.gz", "scripts/client-post-processing", "samples/snippets/README.rst", "tests/system", diff --git a/scripts/configure_state_yaml/configure_state_yaml.py b/scripts/configure_state_yaml/configure_state_yaml.py index 1a62c4bb2216..9a8b71ab4538 100644 --- a/scripts/configure_state_yaml/configure_state_yaml.py +++ b/scripts/configure_state_yaml/configure_state_yaml.py @@ -85,7 +85,6 @@ def configure_state_yaml() -> None: "docs/CHANGELOG.md", "docs/README.rst", "samples/README.txt", - "tar.gz", "scripts/client-post-processing", "samples/snippets/README.rst", "tests/system",