Files
headquarter/.gitignore
T
alex 85ae390263 chore: add frontend dependencies and update test fixtures
- Add react-router-dom, @tanstack/react-query, zustand, @headlessui/react
- Update pnpm workspace configuration
- Update test fixtures to reference OpenCode instead of RunFusion
- Add frontend environment variable examples
- Update .gitignore for .opencode and .sisyphus directories
2026-05-14 17:30:41 +02:00

63 lines
519 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
package-lock.json
yarn.lock
# Build outputs
dist/
build/
*.tsbuildinfo
# Environment
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Testing
coverage/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
ENV/
env/
.egg-info/
*.egg-info/
dist/
# Docker volumes
docker-volumes/
# Fusion internals
.fusion/
# Misc
.cache/
.temp/
tmp/
.local-bin/
# OpenCode / Sisyphus
.opencode/
.sisyphus/
AGENTS.md