mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-25 19:34:14 +00:00
Simple Dockerfile & .dockerignore
This commit is contained in:
parent
1976d02ec9
commit
f3ee84d984
2 changed files with 54 additions and 0 deletions
26
.dockerignore
Normal file
26
.dockerignore
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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*
|
Loading…
Add table
Add a link
Reference in a new issue