瀏覽代碼

Remove redundant docx/pdf exports, add .gitignore

The .md files are the source of truth; the accompanying .docx/.pdf
exports for every doc just doubled the repo size and would drift out
of sync as soon as the markdown changed. Also dropped the empty,
unreferenced scripts/ directory.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
master
Daniel Covington 2 天之前
父節點
當前提交
e50f895dc2
共有 21 個文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      .gitignore
  2. 二進制
      AGENTS.docx
  3. 二進制
      AGENTS.pdf
  4. 二進制
      CLAUDE.docx
  5. 二進制
      CLAUDE.pdf
  6. 二進制
      books/example-atomic-habits/00-book-overview.docx
  7. 二進制
      books/example-atomic-habits/00-book-overview.pdf
  8. 二進制
      books/example-atomic-habits/master-summary.docx
  9. 二進制
      books/example-atomic-habits/master-summary.pdf
  10. 二進制
      prompts/process-chapter.docx
  11. 二進制
      prompts/process-chapter.pdf
  12. 二進制
      prompts/review-session.docx
  13. 二進制
      prompts/review-session.pdf
  14. 二進制
      prompts/start-new-book.docx
  15. 二進制
      prompts/start-new-book.pdf
  16. 二進制
      templates/chapter-summary.docx
  17. 二進制
      templates/chapter-summary.pdf
  18. 二進制
      templates/flashcards.docx
  19. 二進制
      templates/flashcards.pdf
  20. 二進制
      templates/master-summary.docx
  21. 二進制
      templates/master-summary.pdf

+ 8
- 0
.gitignore 查看文件

@@ -0,0 +1,8 @@
# Exported copies of markdown docs — the .md file is the source of truth
*.docx
*.pdf

# OS / editor cruft
.DS_Store
Thumbs.db
*.swp

二進制
AGENTS.docx 查看文件


二進制
AGENTS.pdf 查看文件


二進制
CLAUDE.docx 查看文件


二進制
CLAUDE.pdf 查看文件


二進制
books/example-atomic-habits/00-book-overview.docx 查看文件


二進制
books/example-atomic-habits/00-book-overview.pdf 查看文件


二進制
books/example-atomic-habits/master-summary.docx 查看文件


二進制
books/example-atomic-habits/master-summary.pdf 查看文件


二進制
prompts/process-chapter.docx 查看文件


二進制
prompts/process-chapter.pdf 查看文件


二進制
prompts/review-session.docx 查看文件


二進制
prompts/review-session.pdf 查看文件


二進制
prompts/start-new-book.docx 查看文件


二進制
prompts/start-new-book.pdf 查看文件


二進制
templates/chapter-summary.docx 查看文件


二進制
templates/chapter-summary.pdf 查看文件


二進制
templates/flashcards.docx 查看文件


二進制
templates/flashcards.pdf 查看文件


二進制
templates/master-summary.docx 查看文件


二進制
templates/master-summary.pdf 查看文件


Loading…
取消
儲存

Powered by TurnKey Linux.