d178f8b053
Release / release (push) Failing after 1m0s
/netssh ignores only the root binary, not the cmd/netssh/ source directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
154 B
Plaintext
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
|