grelin_templates/.gitignore
MORRO ed33425ee9 Extend resume template with optional research, publications, and skill groups.
Ignore resume/local for personal configs and keep sample PDF in sync with template defaults.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-25 17:12:20 +08:00

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