diff --git a/.gitattributes b/.gitattributes index dfe07704..0936ecf2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto + +static/webui/libs/ linguist-vendored diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..7b977582 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +static/webui/libs/ diff --git a/static/webui/index.html b/static/webui/index.html index 9d55b8dd..52efb967 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -3,12 +3,7 @@