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:
parent
b12356b021
commit
59e4e27a97
1 changed files with 10 additions and 9 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue