This commit is contained in:
nepiedg
2025-12-29 09:32:44 +00:00
commit a5a24562b2
13 changed files with 722 additions and 0 deletions
Executable
+33
View File
@@ -0,0 +1,33 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Environment variables
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Build
/bin
/dist
/tmp
# Logs
*.log