initial project setup

This commit is contained in:
Blake Ridgway
2026-03-25 02:36:12 -05:00
parent 725bd460a5
commit f1f8ae610b
7 changed files with 216 additions and 6 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Binaries
/arcline-email
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of `go env GOPATH`
/go/
# Dependency vendor directory
vendor/
# Go workspace
go.work
go.work.sum
# Environment / secrets
*.env
.env*
*.pem
*.key
# Config (use arcline-email.example.toml as template)
arcline-email.toml
# Editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db