first commit, mate!
CI/CD Pipeline / Test & Lint (push) Waiting to run
CI/CD Pipeline / Build Docker Image (push) Blocked by required conditions
CI/CD Pipeline / Security Scan (push) Waiting to run

This commit is contained in:
2026-08-08 14:43:59 +08:00
commit 852613586f
19 changed files with 3455 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.so.*
*.dylib
blogging-cms
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
# Build output
dist/
build/
# Docker
.dockerignore
docker-compose.override.yml
# Credentials
private_key.pem
public_key.pem
*.key
*.pem