From 06b21dcc501bfdfca3450dd804bdee202400482b Mon Sep 17 00:00:00 2001 From: UncleCode Date: Wed, 6 Nov 2024 18:44:03 +0800 Subject: [PATCH] Update .gitignore to include new directories for issues and documentation --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b8f014c..4c3e151e 100644 --- a/.gitignore +++ b/.gitignore @@ -202,5 +202,10 @@ todo.md git_changes.py git_changes.md pypi_build.sh +git_issues.py +git_issues.md -.tests/ \ No newline at end of file +.tests/ +.issues/ +.docs/ +.issues/ \ No newline at end of file