initial commit
This commit is contained in:
52
protonvpn-wg-confgen/.gitignore
vendored
Normal file
52
protonvpn-wg-confgen/.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user