mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 13:14:11 +00:00
In shared mode the Xray API returns InboundId=0 for client traffic. Collect() now looks up the real InboundId from the client_traffics table by email, and skips unknown emails with a warning. Also computes and sets online clients in XrayTrafficJob since addClientTraffic is bypassed.
47 lines
591 B
Text
47 lines
591 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 docs directory
|
|
/docs/
|
|
/docs/*
|
|
|
|
# Ignore local git worktrees
|
|
/.worktrees/
|