mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
- Override Ant Design default selected row background in dark mode with theme color - Restructure batch action toolbar with nested flex containers for better spacing and wrapping - Bump version to v1.7.3.2
62 lines
800 B
Text
62 lines
800 B
Text
# Ignore editor and IDE settings
|
|
.idea/
|
|
.vscode/
|
|
.cache/
|
|
.sync*
|
|
|
|
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore temporary files
|
|
tmp/
|
|
*.tar.gz
|
|
|
|
# Ignore build and distribution directories
|
|
backup/
|
|
bin/
|
|
dist/
|
|
release/
|
|
node_modules/
|
|
|
|
# Ignore compiled binaries
|
|
main
|
|
|
|
# Ignore script and executable files
|
|
/release.sh
|
|
/x-ui
|
|
|
|
# Ignore OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore Go build files
|
|
*.exe
|
|
x-ui.db
|
|
|
|
# Ignore Docker specific files
|
|
docker-compose.override.yml
|
|
|
|
# Ignore .env (Environment Variables) file
|
|
.env
|
|
|
|
# Ignore local git worktrees
|
|
/.worktrees/
|
|
|
|
# Ignore AI assistant directories
|
|
.claude/
|
|
.codex/
|
|
.codebuddy/
|
|
|
|
# Ignore AI agent instructions
|
|
AGENTS.md
|
|
.codex
|
|
.github/copilot-instructions.md
|
|
|
|
# Ignore backup files
|
|
*.bak
|
|
|
|
# Ignore build output
|
|
build/
|
|
|
|
# Ignore docs (tracked via git add -f only)
|
|
docs/
|