53 lines
560 B
Plaintext
53 lines
560 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go vendor directory
|
|
vendor/
|
|
|
|
# Build directory
|
|
build/
|
|
|
|
# Binary
|
|
protonvpn-wg-confgen
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Configuration files generated by the tool
|
|
*.conf
|
|
|
|
# Session files
|
|
.protonvpn-session.json
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Debug and reference libraries
|
|
.debug-libs/
|
|
|
|
# Claude Code
|
|
.claude/
|
|
CLAUDE.md
|