ソースを参照

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
コミット
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 ファイルの表示


読み込み中…
キャンセル
保存

Powered by TurnKey Linux.