From d21ffad3a2ea1fdc7b1fb779f7243d1537ac900c Mon Sep 17 00:00:00 2001 From: UncleCode Date: Wed, 22 Jan 2025 17:22:26 +0800 Subject: [PATCH] chore(git): update gitignore patterns Add new development and tooling related patterns to gitignore: - Add Next.js build directory (.next/) - Add various script and documentation files - Add local development directories (.local, .scripts, .do) - Add tool-specific files (.codeiumignore, .windsurfrules) Removes duplicate entries and organizes patterns more clearly. --- .gitignore | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c3e151e..302892e4 100644 --- a/.gitignore +++ b/.gitignore @@ -199,13 +199,35 @@ test_env/ **/.DS_Store todo.md +todo_executor.md git_changes.py git_changes.md pypi_build.sh git_issues.py git_issues.md +.next/ .tests/ -.issues/ +# .issues/ .docs/ -.issues/ \ No newline at end of file +.issues/ +.gitboss/ +todo_executor.md +protect-all-except-feature.sh +manage-collab.sh +publish.sh +combine.sh +combined_output.txt +.local +.scripts +tree.md +tree.md +.scripts +.local +.do +/plans +.codeiumignore +todo/ + +# windsurf rules +.windsurfrules