Ignore resume/local for personal configs and keep sample PDF in sync with template defaults. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
# Typst 编译产物(示例 PDF 除外)
|
||
*.pdf
|
||
!resume/sample.pdf
|
||
!feasibility/sample.pdf
|
||
|
||
# 本地定制简历(个人内容、照片、PDF,不提交)
|
||
resume/local/
|
||
|
||
# IDE / 编辑器本地配置
|
||
.cursor/
|
||
.vscode/
|
||
|
||
# 本地照片(可选提交)
|
||
# resume/assets/profile.jpeg
|
||
|
||
# 系统文件
|
||
.DS_Store
|
||
Thumbs.db
|