58 lines
489 B
Plaintext
58 lines
489 B
Plaintext
# Binaries
|
|
sslh-lab
|
|
sslh-lab.exe
|
|
sslh-lab.darwin
|
|
sslh-lab.linux
|
|
sslh-lab.windows
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Deployment data
|
|
.deployments/
|
|
~/.sslh-lab/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
|
|
# Logs
|
|
*.log
|
|
debug.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
/tmp/
|
|
*.bak
|
|
*.backup
|
|
|
|
# Custom
|
|
progress.txt
|