This commit is contained in:
2025-09-03 11:06:48 -07:00
parent 2898ccdb79
commit 69ddb10b84
15 changed files with 366 additions and 84 deletions

42
examples/activities/.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Environment variables
.env
.env.local
.env.production
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Build artifacts
*.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
go.work.sum
# Local data files
data/
*.db
*.sqlite
*.sqlite3
# Sensitive files
*.key
*.pem
config/secrets.json