Files
headquarter/.gitignore
T
Fusion 7ff7acb717 feat(FN-002): React Frontend App Skeleton (+1 more)
Commits merged:
- feat(FN-002): add .local-bin to .gitignore for local pnpm bootstrap
- feat(FN-002): complete Step 2 — React Frontend App Skeleton

Files changed:
.gitignore | 1 +
 1 file changed, 1 insertion(+)

Fusion-Task-Id: FN-002
2026-05-14 09:52:11 +02:00

58 lines
464 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/