From 3069264ea18a97a69f9f3d9ac2fbbf291845cf25 Mon Sep 17 00:00:00 2001 From: liyang Date: Fri, 15 Nov 2024 14:05:12 +0800 Subject: [PATCH] add git ignore jsconfig.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4b8c67..951fb69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public/ resources/ -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +assets/jsconfig.json \ No newline at end of file