Update .gitignore to include introduction directory

- Added the introduction directory to the .gitignore file to prevent tracking of its contents in version control, improving repository cleanliness.
This commit is contained in:
Max 2026-01-09 19:02:43 +08:00
parent c9d867b3d1
commit ff667b69d9

1
.gitignore vendored
View file

@ -54,3 +54,4 @@ agent/search/TODO.md
agent/search/job-logs.txt
agent/test/MULTI_TURN_DESIGN.md
agent/test/UPGRADE_PLAN.md
introduction/*