From 4c6ae6e1b0fd7f2e05e6dbe09d9faa8341fb052c Mon Sep 17 00:00:00 2001 From: andev0x Date: Fri, 16 Jan 2026 01:20:10 +0700 Subject: [PATCH] chore: delete commit suggest history json --- .commit_suggest_history.json | 8 -------- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .commit_suggest_history.json diff --git a/.commit_suggest_history.json b/.commit_suggest_history.json deleted file mode 100644 index 4a8d56e..0000000 --- a/.commit_suggest_history.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "entries": [ - { - "message": "Feat(cmd, templater): scaffold propose to enable bug fix", - "timestamp": "2025-11-09T10:21:44.009545+07:00" - } - ] -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index c269ff6..9fe720c 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ gitmit dist/ build/ /bin/ +.commit_suggest_history.json + # Env .env