1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-05 23:03:34 +03:00

Update .gitignore

This commit is contained in:
Pk-web6936 2025-03-29 12:13:27 +03:30 committed by GitHub
parent b12356b021
commit 59e4e27a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.gitignore vendored
View file

@ -14,19 +14,18 @@
# Dependency directories (remove the comment below to include it)
# vendor/
# Temporary files and directories
# macOS specific files
*.DS_Store
.idea
.vscode/
.cache/
tmp/
*.log
# Compressed files
# IDE specific files
.idea/
.vscode/
# Archive files
*.zip
*.tar.gz
# Build directories and files
# Binaries
xray
xray_softfloat
mockgen
@ -35,11 +34,13 @@ vprotogen
errorgen
!common/errors/errorgen/
*.dat
# Build assets
/build_assets
# Output from dlv test
**/debug.*
# Certificate files
# Certificates
*.crt
*.key