mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-03 22:03:36 +03:00
Consolidate and Optimize .gitignore Files
Consolidate and Optimize .gitignore Files
This commit is contained in:
parent
29e37e8a82
commit
c378358194
1 changed files with 13 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -14,10 +14,19 @@
|
|||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# Temporary files and directories
|
||||
*.DS_Store
|
||||
.idea
|
||||
.vscode/
|
||||
.cache/
|
||||
tmp/
|
||||
*.log
|
||||
|
||||
# Compressed files
|
||||
*.zip
|
||||
*.tar.gz
|
||||
|
||||
# Build directories and files
|
||||
xray
|
||||
xray_softfloat
|
||||
mockgen
|
||||
|
@ -26,8 +35,11 @@ vprotogen
|
|||
errorgen
|
||||
!common/errors/errorgen/
|
||||
*.dat
|
||||
.vscode
|
||||
/build_assets
|
||||
|
||||
# Output from dlv test
|
||||
**/debug.*
|
||||
|
||||
# Certificate files
|
||||
*.crt
|
||||
*.key
|
||||
|
|
Loading…
Add table
Reference in a new issue