grelin_templates/.gitignore
MORRO b8eed931ac Add Markdown-driven feasibility report with Typst styling pipeline.
Introduce cmarker/codly-based MD workflow, brutalist cover layout, and shared brand tokens so colleagues can author reports in report.md while the template handles PDF output.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 19:29:48 +08:00

16 lines
241 B
Plaintext

# Typst 编译产物(示例 PDF 除外)
*.pdf
!resume/sample.pdf
!feasibility/sample.pdf
# IDE / 编辑器本地配置
.cursor/
.vscode/
# 本地照片(可选提交)
# resume/assets/profile.jpeg
# 系统文件
.DS_Store
Thumbs.db