pnpm workspace root for Barazo forum development — shared configuration, tooling, and cross-package dependency management
barazo.forum
1# Sub-project repos (independently tracked)
2/barazo-api/
3/barazo-web/
4/barazo-lexicons/
5/barazo-deploy/
6/barazo-website/
7
8# Org-level .github repo (independently tracked)
9# Allow .github/workflows/ in this repo for CI triggers
10/.github/*
11!/.github/workflows/
12!/.github/ISSUE_TEMPLATE/
13
14# Claude Code (private per-machine)
15CLAUDE.md
16.claude/
17
18# Dependencies
19node_modules/
20
21# Environment
22.env
23.env.local
24
25# Build artifacts
26dist/
27agents-md/dist/
28.turbo/
29*.tsbuildinfo
30
31# OS
32.DS_Store
33
34# Prototypes (not shipped)
35poc/
36
37# Worktrees (local development)
38.worktrees/
39
40# Obsidian workspace docs (tracked in Obsidian)
41decisions/