Files
ssh-netbox-wrapper/.gitignore
T
Sebastian Unterschütz d178f8b053
Release / release (push) Failing after 1m0s
fix: add cmd/netssh to git and fix overly broad gitignore rule
/netssh ignores only the root binary, not the cmd/netssh/ source directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 12:52:09 +02:00

22 lines
154 B
Plaintext

# binary
/netssh
dist/
# Go test artifacts
*.test
*.out
# environment / secrets
.env
*.env
# editor
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db