- Add configuration system (config/*.exs, OrgGarden.Config) - Refactor supervision tree with DynamicSupervisor and Registry - Add OrgGarden.Server for serve mode lifecycle management - Add health check HTTP endpoints (Bandit/Plug on :9090) - Add telemetry events for export and watcher operations - Implement graceful shutdown with SIGTERM handling - Add Mix Release support with overlay scripts - Add NixOS module for systemd service deployment - Update documentation with service usage
28 lines
239 B
Plaintext
28 lines
239 B
Plaintext
# Elixir
|
|
/_build/
|
|
/deps/
|
|
*.beam
|
|
*.ez
|
|
/cover/
|
|
/doc/
|
|
.fetch
|
|
erl_crash.dump
|
|
*.tar
|
|
/tmp/
|
|
/org_garden
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
.direnv/
|
|
|
|
# TypeScript / Node
|
|
node_modules/
|
|
dist/
|
|
.npm/
|
|
*.tsbuildinfo
|
|
|
|
# This repo - generated output
|
|
content/
|
|
static/
|