repo: add static build to gitignore

This commit is contained in:
dumbmoron
2024-08-03 08:59:57 +00:00
parent dd831e13e8
commit 559e8448e5

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@ desktop.ini
# node
node_modules
# static build
build
# secrets
.env
.env.*