Basic command structure

This commit is contained in:
Philipp Wolfer 2023-11-09 09:48:49 +01:00
commit 80ef3f23c0
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
8 changed files with 784 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Common files to ignore
*~
# Local config (for testing)
/scotty.toml
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
/scotty
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out