From f5a8cb361438ce16703dc13b0f7774a8dddc1ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Fri, 11 Apr 2025 15:49:52 +0200 Subject: [PATCH] Copy `.htaccess` and `.htuser` files --- build/phase2/copy_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/phase2/copy_files.py b/build/phase2/copy_files.py index ad115264e3..4e00036b81 100644 --- a/build/phase2/copy_files.py +++ b/build/phase2/copy_files.py @@ -47,7 +47,7 @@ def copy_files(pool: multiprocessing.Pool, target: Path) -> None: ".pyc", ] and path.name not in ["Makefile"], - Path("").glob("*?.?*/**/*?.*"), + Path("").glob("*?.?*/**/*"), ) ) # Special case hard code pass over orde items xml required by cgi script