From d5fabce1af6a5b13cca9c8899bac325bc317ff29 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 5 Mar 2024 19:09:42 +0100 Subject: [PATCH] chore: update .git files --- .gitattributes | 1 + .gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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