diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4eb5803 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ts linguist-language=JavaScript \ No newline at end of file diff --git a/.gitignore b/.gitignore index a85ce5b..2a5f3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules lib -docs/.vitepress/cache \ No newline at end of file +docs/.vitepress/cache +docs/.vitepress/dist \ No newline at end of file