Consolidate and Optimize .gitignore Files

Consolidate and Optimize .gitignore Files
This commit is contained in:
Pk-web6936 2025-03-28 08:48:17 +03:30 committed by GitHub
parent 29e37e8a82
commit c378358194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.gitignore vendored
View file

@ -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