Bladeren bron

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 dagen geleden
bovenliggende
commit
e50f895dc2
21 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. +8
    -0
      .gitignore
  2. BIN
      AGENTS.docx
  3. BIN
      AGENTS.pdf
  4. BIN
      CLAUDE.docx
  5. BIN
      CLAUDE.pdf
  6. BIN
      books/example-atomic-habits/00-book-overview.docx
  7. BIN
      books/example-atomic-habits/00-book-overview.pdf
  8. BIN
      books/example-atomic-habits/master-summary.docx
  9. BIN
      books/example-atomic-habits/master-summary.pdf
  10. BIN
      prompts/process-chapter.docx
  11. BIN
      prompts/process-chapter.pdf
  12. BIN
      prompts/review-session.docx
  13. BIN
      prompts/review-session.pdf
  14. BIN
      prompts/start-new-book.docx
  15. BIN
      prompts/start-new-book.pdf
  16. BIN
      templates/chapter-summary.docx
  17. BIN
      templates/chapter-summary.pdf
  18. BIN
      templates/flashcards.docx
  19. BIN
      templates/flashcards.pdf
  20. BIN
      templates/master-summary.docx
  21. BIN
      templates/master-summary.pdf

+ 8
- 0
.gitignore Bestand weergeven

@@ -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

BIN
AGENTS.docx Bestand weergeven


BIN
AGENTS.pdf Bestand weergeven


BIN
CLAUDE.docx Bestand weergeven


BIN
CLAUDE.pdf Bestand weergeven


BIN
books/example-atomic-habits/00-book-overview.docx Bestand weergeven


BIN
books/example-atomic-habits/00-book-overview.pdf Bestand weergeven


BIN
books/example-atomic-habits/master-summary.docx Bestand weergeven


BIN
books/example-atomic-habits/master-summary.pdf Bestand weergeven


BIN
prompts/process-chapter.docx Bestand weergeven


BIN
prompts/process-chapter.pdf Bestand weergeven


BIN
prompts/review-session.docx Bestand weergeven


BIN
prompts/review-session.pdf Bestand weergeven


BIN
prompts/start-new-book.docx Bestand weergeven


BIN
prompts/start-new-book.pdf Bestand weergeven


BIN
templates/chapter-summary.docx Bestand weergeven


BIN
templates/chapter-summary.pdf Bestand weergeven


BIN
templates/flashcards.docx Bestand weergeven


BIN
templates/flashcards.pdf Bestand weergeven


BIN
templates/master-summary.docx Bestand weergeven


BIN
templates/master-summary.pdf Bestand weergeven


Laden…
Annuleren
Opslaan

Powered by TurnKey Linux.