Fix empty WebUI static assets directory
This commit is contained in:
parent
6974f54bfd
commit
fb23bd5d26
11 changed files with 27 additions and 19 deletions
4
webui/.gitignore
vendored
4
webui/.gitignore
vendored
|
|
@ -26,3 +26,7 @@ yarn-error.log*
|
|||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# static assets (ignore all except the DO NOT EDIT file)
|
||||
static/*
|
||||
!static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue