checking in prelim stuff

This commit is contained in:
2022-03-05 19:22:40 -05:00
parent 5a9e16f5eb
commit c4783ed1e9
27 changed files with 2082 additions and 4 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
*.7z
*.bak
*.deb
*.jar
*.rar
*.run
*.sig
*.tar
*.tar.bz2
*.tar.gz
*.tar.xz
*.tbz
*.tbz2
*.tgz
*.txz
*.zip
.*.swp
.editix
.idea/
# https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
!*test.go
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/