Parcourir la source

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 il y a 2 jours
Parent
révision
e50f895dc2
21 fichiers modifiés avec 8 ajouts et 0 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier


BIN
AGENTS.pdf Voir le fichier


BIN
CLAUDE.docx Voir le fichier


BIN
CLAUDE.pdf Voir le fichier


BIN
books/example-atomic-habits/00-book-overview.docx Voir le fichier


BIN
books/example-atomic-habits/00-book-overview.pdf Voir le fichier


BIN
books/example-atomic-habits/master-summary.docx Voir le fichier


BIN
books/example-atomic-habits/master-summary.pdf Voir le fichier


BIN
prompts/process-chapter.docx Voir le fichier


BIN
prompts/process-chapter.pdf Voir le fichier


BIN
prompts/review-session.docx Voir le fichier


BIN
prompts/review-session.pdf Voir le fichier


BIN
prompts/start-new-book.docx Voir le fichier


BIN
prompts/start-new-book.pdf Voir le fichier


BIN
templates/chapter-summary.docx Voir le fichier


BIN
templates/chapter-summary.pdf Voir le fichier


BIN
templates/flashcards.docx Voir le fichier


BIN
templates/flashcards.pdf Voir le fichier


BIN
templates/master-summary.docx Voir le fichier


BIN
templates/master-summary.pdf Voir le fichier


Chargement…
Annuler
Enregistrer

Powered by TurnKey Linux.