mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +00:00
repo: add static build to gitignore
This commit is contained in:
parent
dd831e13e8
commit
559e8448e5
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,6 +5,9 @@ desktop.ini
|
||||||
# node
|
# node
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# static build
|
||||||
|
build
|
||||||
|
|
||||||
# secrets
|
# secrets
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
|
Loading…
Reference in a new issue