1
0
Fork 0
mirror of https://github.com/wukko/cobalt.git synced 2025-03-12 04:08:50 +01:00

repo: add static build to gitignore

This commit is contained in:
dumbmoron 2024-08-03 08:59:57 +00:00
parent dd831e13e8
commit 559e8448e5
No known key found for this signature in database

3
.gitignore vendored
View file

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