Launch
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Build output
|
||||
sshpanel
|
||||
sshpanel.bak
|
||||
*.bak
|
||||
|
||||
# Runtime/generated config
|
||||
.env
|
||||
config.json
|
||||
xray_config.json
|
||||
banner.txt
|
||||
|
||||
# Secrets / keys / certificates
|
||||
keys/
|
||||
certs/
|
||||
*.pem
|
||||
*.key
|
||||
ssh_host_*_key
|
||||
ssh_host_*_key.pub
|
||||
|
||||
# Logs / runtime data
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Local/editor
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user