22 lines
153 B
Plaintext
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
|