25 lines
220 B
Plaintext
25 lines
220 B
Plaintext
# Logs
|
|
*.log
|
|
logs/
|
|
ddns-updater.log
|
|
|
|
# Local config / secrets
|
|
config.yaml
|
|
*.env
|
|
*.secret
|
|
*.key
|
|
*.pem
|
|
|
|
# Build outputs
|
|
ddns-updater
|
|
ddns-updater-linux
|
|
*.exe
|
|
*.out
|
|
|
|
# IDE/editor cruft
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|