mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 13:14:11 +00:00
chore: update gitignore to exclude claude, build, backup and docs
This commit is contained in:
parent
9ee5fd432d
commit
bd154b7bee
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue