Selaa lähdekoodia

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 päivää sitten
vanhempi
commit
e50f895dc2
21 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto


BIN
AGENTS.pdf Näytä tiedosto


BIN
CLAUDE.docx Näytä tiedosto


BIN
CLAUDE.pdf Näytä tiedosto


BIN
books/example-atomic-habits/00-book-overview.docx Näytä tiedosto


BIN
books/example-atomic-habits/00-book-overview.pdf Näytä tiedosto


BIN
books/example-atomic-habits/master-summary.docx Näytä tiedosto


BIN
books/example-atomic-habits/master-summary.pdf Näytä tiedosto


BIN
prompts/process-chapter.docx Näytä tiedosto


BIN
prompts/process-chapter.pdf Näytä tiedosto


BIN
prompts/review-session.docx Näytä tiedosto


BIN
prompts/review-session.pdf Näytä tiedosto


BIN
prompts/start-new-book.docx Näytä tiedosto


BIN
prompts/start-new-book.pdf Näytä tiedosto


BIN
templates/chapter-summary.docx Näytä tiedosto


BIN
templates/chapter-summary.pdf Näytä tiedosto


BIN
templates/flashcards.docx Näytä tiedosto


BIN
templates/flashcards.pdf Näytä tiedosto


BIN
templates/master-summary.docx Näytä tiedosto


BIN
templates/master-summary.pdf Näytä tiedosto


Loading…
Peruuta
Tallenna

Powered by TurnKey Linux.