From 135eb2f17bfa10291a56fca7d4417e3d55c11560 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Tue, 11 Jun 2024 12:56:26 +0200 Subject: [PATCH] Remove unused files from release The Docker-related files, SECURITY.md, codecov.yml, conftest.py, poetry.lock and .clang-tidy were removed from the release_files.py. This cleanup was made to ensure the release contains only the necessary files, reducing potential clutter and confusion. --- release/release_files.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/release/release_files.py b/release/release_files.py index e0e338c8cd..b4efbd3a79 100755 --- a/release/release_files.py +++ b/release/release_files.py @@ -47,15 +47,6 @@ sunnypilot_blacklist = [ ".gitmodules", ".pre-commit-config.yaml", ".python-version", - "Dockerfile", - "dockerfile", - "Dockerfile.openpilot", - "Dockerfile.openpilot_base", - "SECURITY.md", - "codecov.yml", - "conftest.py", - "poetry.lock", - ".clang-tidy", ".dockerignore", ".editorconfig", ".gitlab-ci.yml",