From 5c94505290b94cef028d7c3c7bb74bbc32794961 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 9 May 2026 00:42:52 +0200 Subject: [PATCH] Typo --- bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.py b/bundle.py index 8353cf9..f703443 100755 --- a/bundle.py +++ b/bundle.py @@ -17,7 +17,7 @@ IGNORE_FILE_UPDATE = {"app.js"} # Files and folders to totally ignore IGNORE_FILES = { "LICENSE", "README.md", "TODO", "bundle.py", "js/parameters.js.dist", - "initialize.sh", "package-lock.json", "package.json", "js/server.js", ".gitignore" + "initialize.sh", "package-lock.json", "package.json", "js/server.js", ".gitignore", "nginx_config.example", "start.sh", "stop.sh", "assets.zip", "extras.zip", ".pid" } IGNORE_DIRS = {".git", "node_modules", DEST_DIR} -- 2.53.0