Files
ssh-netbox-wrapper/.gitignore
T
Sebastian Unterschütz 8ef4bbec16
Release / release (push) Failing after 51s
Add core modules (SSH args parser, cache, resolver, NetBox client) with tests
2026-05-23 12:38:41 +02:00

22 lines
153 B
Plaintext

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