Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,8 +34,13 @@ vprotogen
errorgen
!common/errors/errorgen/
*.dat
.vscode

# Build assets
/build_assets

# Output from dlv test
**/debug.*

# Certificates
*.crt
*.key
2 changes: 0 additions & 2 deletions common/protocol/tls/cert/.gitignore

This file was deleted.