mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-23 18:34:14 +00:00
26 lines
254 B
Text
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*
|