grelin_templates/.gitignore
MORRO d83e6a99a9 Add tech-report and travel-plan templates, replacing feasibility.
Introduce tech-report/ with cover page, custom TOC, and summary flow; add travel-plan/ for trip planning; update README, gitignore, and brand colors.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 13:56:22 +08:00

26 lines
506 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Typst 编译产物(示例 PDF 除外)
*.pdf
!resume-bp/sample.pdf
!resume-career/sample.pdf
!tech-report/sample.pdf
!presentation/sample.pdf
!travel-plan/sample.pdf
# 本地定制个人内容、照片、PDF不提交
resume-bp/local/*
!resume-bp/local/README.md
resume-career/local/*
travel-plan/local/*
# IDE / 编辑器本地配置
.cursor/
.vscode/
# 本地照片(可选提交)
# resume-bp/assets/profile.jpeg
# resume-career/assets/profile.jpeg
# 系统文件
.DS_Store
Thumbs.db