Files
Go-VPN-Client/.gitignore

36 lines
295 B
Plaintext

# Binaries
vpn-client
vpn-client.exe
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
xray/
# Go workspace file
go.work
# Config and logs
.vpn_client/
logs/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db