ifcurl/.gitignore
Ryan Schultz d7dd4f1ea1 forgejo: add Docker-based local setup guide and Dockerfile
Add forgejo/SETUP_LOCAL.md documenting a self-contained local deployment
of Forgejo + ifcurl on Windows using Docker Desktop. Covers Nginx reverse
proxy for PR diff images, correct Forgejo v15 custom paths (/data/gitea),
libosmesa6 for headless rendering, and a git URL rewrite so the ifcurl
container can clone repos from localhost:3000 via the Docker-internal
forgejo hostname.

Add docker/Dockerfile for the ifcurl preview service.

Link SETUP_LOCAL.md from README.md and forgejo/README.md.
2026-04-27 12:26:58 -05:00

16 lines
161 B
Text

__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
dev/gitea-data/
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
*.tmp.*