1
0
Fork 0

Fix empty WebUI static assets directory

This commit is contained in:
Romain 2022-02-18 15:44:08 +01:00 committed by GitHub
parent 6974f54bfd
commit fb23bd5d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 27 additions and 19 deletions

4
webui/.gitignore vendored
View file

@ -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