Initial Commit

This commit is contained in:
ProtoTess
2025-10-30 00:50:27 +00:00
parent 2e3156df5d
commit 1319e1ea3f
25 changed files with 5216 additions and 16 deletions
+28 -15
View File
@@ -1,7 +1,3 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
@@ -11,22 +7,39 @@
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
# Output of the go coverage tool
*.out
coverage.*
*.coverprofile
profile.cov
coverage.html
coverage.txt
# Dependency directories (remove the comment below to include it)
# vendor/
# Dependency directories
vendor/
# Go workspace file
go.work
go.work.sum
# env file
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Binaries
bin/
dist/
# Temporary files
tmp/
temp/
*.tmp
# Environment files
.env
.env.local
.env.*.local
# Editor/IDE
# .idea/
# .vscode/
# Debug files
debug
__debug_bin