From 5e4f533c3e054a455a03da991ca54e43189cc0a5 Mon Sep 17 00:00:00 2001 From: sinclair Date: Tue, 1 Aug 2023 02:31:47 +0900 Subject: [PATCH] Publish --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 15c0042..075494e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,6 @@ "files.exclude": { "node_modules": false, "package-lock.json": true, - ".git-hooks": false + ".git-hooks": true } }