WebUI: enable cache for lint checks

Also, WebUI gets its own .gitignore file.
This commit is contained in:
Chocobo1
2025-01-21 13:03:07 +08:00
parent 82c36aea89
commit 5098519d46
3 changed files with 6 additions and 5 deletions

5
src/webui/www/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Web UI tools
.eslintcache
.stylelintcache
node_modules
package-lock.json