Files
netbird/proxy/.gitignore
2026-01-14 17:16:42 +01:00

27 lines
231 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage tool
*.out
# Configuration files (keep example)
config.json
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db