mirror of https://github.com/XTLS/Xray-core
Chore: Optimize .gitignore (#4564)
parent
8530bdb0de
commit
681e943848
|
@ -14,10 +14,18 @@
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
|
# macOS specific files
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.idea
|
|
||||||
|
# IDE specific files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Archive files
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
|
# Binaries
|
||||||
xray
|
xray
|
||||||
xray_softfloat
|
xray_softfloat
|
||||||
mockgen
|
mockgen
|
||||||
|
@ -26,8 +34,13 @@ vprotogen
|
||||||
errorgen
|
errorgen
|
||||||
!common/errors/errorgen/
|
!common/errors/errorgen/
|
||||||
*.dat
|
*.dat
|
||||||
.vscode
|
|
||||||
|
# Build assets
|
||||||
/build_assets
|
/build_assets
|
||||||
|
|
||||||
# Output from dlv test
|
# Output from dlv test
|
||||||
**/debug.*
|
**/debug.*
|
||||||
|
|
||||||
|
# Certificates
|
||||||
|
*.crt
|
||||||
|
*.key
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
*.crt
|
|
||||||
*.key
|
|
Loading…
Reference in New Issue