Chore: Optimize .gitignore (#4564)

This commit is contained in:
Pk-web6936 2025-03-29 17:16:26 +03:30 committed by GitHub
parent 8530bdb0de
commit 681e943848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 4 deletions

17
.gitignore vendored
View File

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

View File

@ -1,2 +0,0 @@
*.crt
*.key