From f0838567b46822327fe739d8de099722e405dfa3 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 8 May 2025 19:01:27 +0200 Subject: [PATCH] chore(gitignore): add .gitea/COMMIT_GPT.md to ignored files - Adds .gitea/COMMIT_GPT.md to the .gitignore file to exclude it from version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 12de8fc..f2d2248 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ cache/ out.py output.txt git_log_diff.txt +.gitea/COMMIT_GPT.md