projects
/
xogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc8230
)
Typo
author
Benjamin Auder
<benjamin.auder@somewhere>
Fri, 8 May 2026 22:42:52 +0000
(
00:42
+0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Fri, 8 May 2026 22:42:52 +0000
(
00:42
+0200)
bundle.py
patch
|
blob
|
blame
|
history
diff --git
a/bundle.py
b/bundle.py
index
8353cf9
..
f703443
100755
(executable)
--- 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}