mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-22 01:26:49 +08:00
Chore: Optimize .gitignore (#5029)
This commit is contained in:
40
.gitignore
vendored
40
.gitignore
vendored
@@ -11,21 +11,23 @@
|
|||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
|
||||||
# vendor/
|
|
||||||
|
|
||||||
# macOS specific files
|
# macOS specific files
|
||||||
*.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# IDE specific files
|
# IDE/editor specific files
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
# Archive files
|
# Archives and compressed files
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
*.tar
|
||||||
|
*.gz
|
||||||
|
*.bz2
|
||||||
|
|
||||||
# Binaries
|
# Go build binaries
|
||||||
xray
|
xray
|
||||||
xray_softfloat
|
xray_softfloat
|
||||||
mockgen
|
mockgen
|
||||||
@@ -36,11 +38,31 @@ errorgen
|
|||||||
*.dat
|
*.dat
|
||||||
|
|
||||||
# Build assets
|
# Build assets
|
||||||
/build_assets
|
/build_assets/
|
||||||
|
|
||||||
# Output from dlv test
|
# Output from dlv test
|
||||||
**/debug.*
|
**/debug.*
|
||||||
|
|
||||||
# Certificates
|
# Certificates and keys
|
||||||
*.crt
|
*.crt
|
||||||
*.key
|
*.key
|
||||||
|
|
||||||
|
# Dependency directories (uncomment if needed)
|
||||||
|
# vendor/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Coverage reports
|
||||||
|
coverage.*
|
||||||
|
|
||||||
|
# Node modules (in case of frontend assets)
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# System files
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Other common ignores
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
Reference in New Issue
Block a user