chore: update .gitignore to exclude AI/Agent tools and BMAD output

This commit is contained in:
Max
2026-01-27 11:05:20 +07:00
parent 9b79856827
commit d1266565ac

8
.gitignore vendored
View File

@@ -44,12 +44,12 @@ yarn-error.log*
next-env.d.ts
# Project-specific: AI/Agent tools
#/.agent/
#/.claude/
#/_bmad/
.agent/
.claude/
_bmad/
# Project-specific: BMAD output (optional - uncomment to ignore)
#_bmad-output/
_bmad-output/
# IDE
.vscode/