From 72cd971fabdf3702bcfa5b117ed31aab291170d5 Mon Sep 17 00:00:00 2001 From: hello8693 <1320998105@qq.com> Date: Mon, 5 Aug 2024 18:08:58 +0800 Subject: [PATCH] =?UTF-8?q?`chore(commitlint):=20=E7=A7=BB=E9=99=A4pre-com?= =?UTF-8?q?mit=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除`.husky/pre-commit`文件中的空行,以确保提交钩子脚本的稳定性。 --- .gitignore | 3 +++ .husky/pre-commit | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6999a3..1667c9e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ out .DS_Store *.log* examples +.idea/material_theme_project_new.xml +.idea/inspectionProfiles/Project_Default.xml +examples/config.json diff --git a/.husky/pre-commit b/.husky/pre-commit index bf86e43..efd15f3 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ -yarn commitlint \ No newline at end of file +yarn commitlint