chore: update gitignore to exclude claude, build, backup and docs

This commit is contained in:
root 2026-04-26 17:19:29 +08:00
parent 9ee5fd432d
commit bd154b7bee

14
.gitignore vendored
View file

@ -41,3 +41,17 @@ docker-compose.override.yml
# Ignore local git worktrees
/.worktrees/
# Ignore AI assistant directories
.claude/
.codex/
.codebuddy/
# Ignore backup files
*.bak
# Ignore build output
build/
# Ignore docs (tracked via git add -f only)
docs/