Xray-core/.dockerignore
2025-07-12 10:25:05 +00:00

26 lines
254 B
Text

# Binaries and build artifacts
*.exe
*.out
*.test
*.tmp
# Go build/cache directories
/bin
/pkg
/vendor
*.log
*.cache
coverage.*
# VCS and config noise
.git
.gitignore
.dockerignore
*.swp
*.swo
*.DS_Store
.idea/
.vscode/
# Docker artifacts
Dockerfile*