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>
26 lines
506 B
Plaintext
26 lines
506 B
Plaintext
# 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
|