grelin_templates/.gitignore
MORRO 91303740b8 Add presentation template scaffold and remove resume-career local README.
Scaffold 16:9 PPT directory for future work; drop tracked local README now covered by gitignore only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:24:10 +08:00

24 lines
468 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
!feasibility/sample.pdf
!presentation/sample.pdf
# 本地定制简历个人内容、照片、PDF不提交
resume-bp/local/*
!resume-bp/local/README.md
resume-career/local/*
# IDE / 编辑器本地配置
.cursor/
.vscode/
# 本地照片(可选提交)
# resume-bp/assets/profile.jpeg
# resume-career/assets/profile.jpeg
# 系统文件
.DS_Store
Thumbs.db