From c2be8a55533c7d9efb0a7b1510a839289bda3584 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 11 Jun 2024 11:29:39 -0700 Subject: [PATCH] little more release blacklist --- release/release_files.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/release/release_files.py b/release/release_files.py index 2d279e97a4a439..031b51737d7656 100755 --- a/release/release_files.py +++ b/release/release_files.py @@ -33,16 +33,22 @@ "matlab.*.md", - ".git$", # for submodules ".git/", ".github/", ".devcontainer/", "Darwin/", ".vscode", - # no LFS + # common things + "LICENSE", + "Dockerfile", + ".pre-commit", + + # no LFS or submodules in release ".lfsconfig", ".gitattributes", + ".git$", + ".gitmodules", ] # gets you through the blacklist