Initial commit: Egregore docs service
Rust microservice using rouille for documentation management. Provides HTTP API for reading and updating STATUS.md, HISTORY.md, RUNBOOK.md. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
commit
2d62a179b9
3 changed files with 298 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Rust build artifacts
|
||||
target/
|
||||
Cargo.lock
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Secrets - BE PARANOID
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
credentials*
|
||||
secrets*
|
||||
Loading…
Add table
Add a link
Reference in a new issue