From 47efe7a8de820f03b237f314fbef3c80e0dded2e Mon Sep 17 00:00:00 2001 From: AIboy996 <2207854887@qq.com> Date: Sun, 3 Sep 2023 09:28:23 +0800 Subject: [PATCH] do nothing --- .gitconfig | 2 -- gitmessage | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 .gitconfig delete mode 100644 gitmessage diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 3a0be5af3..000000000 --- a/.gitconfig +++ /dev/null @@ -1,2 +0,0 @@ -[commit] -template = gitmessage \ No newline at end of file diff --git a/gitmessage b/gitmessage deleted file mode 100644 index 1831d92de..000000000 --- a/gitmessage +++ /dev/null @@ -1,14 +0,0 @@ -# head: (): -# - type: feat, fix, docs, style, refactor, test, chore -# - scope: can be empty (eg. if the change is a global or difficult to assign to a single component) -# - subject: start with verb (such as 'change'), 50-character line -# -# body: 72-character wrapped. This should answer: -# * Why was this change necessary? -# * How does it address the problem? -# * Are there any side effects? -# -# footer: -# - Include a link to the ticket, if any. -# - BREAKING CHANGE -# \ No newline at end of file