Bläddra i källkod

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 dagar sedan
förälder
incheckning
e50f895dc2
21 ändrade filer med 8 tillägg och 0 borttagningar
  1. +8
    -0
      .gitignore
  2. Binär
      AGENTS.docx
  3. Binär
      AGENTS.pdf
  4. Binär
      CLAUDE.docx
  5. Binär
      CLAUDE.pdf
  6. Binär
      books/example-atomic-habits/00-book-overview.docx
  7. Binär
      books/example-atomic-habits/00-book-overview.pdf
  8. Binär
      books/example-atomic-habits/master-summary.docx
  9. Binär
      books/example-atomic-habits/master-summary.pdf
  10. Binär
      prompts/process-chapter.docx
  11. Binär
      prompts/process-chapter.pdf
  12. Binär
      prompts/review-session.docx
  13. Binär
      prompts/review-session.pdf
  14. Binär
      prompts/start-new-book.docx
  15. Binär
      prompts/start-new-book.pdf
  16. Binär
      templates/chapter-summary.docx
  17. Binär
      templates/chapter-summary.pdf
  18. Binär
      templates/flashcards.docx
  19. Binär
      templates/flashcards.pdf
  20. Binär
      templates/master-summary.docx
  21. Binär
      templates/master-summary.pdf

+ 8
- 0
.gitignore Visa fil

@@ -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är
AGENTS.docx Visa fil


Binär
AGENTS.pdf Visa fil


Binär
CLAUDE.docx Visa fil


Binär
CLAUDE.pdf Visa fil


Binär
books/example-atomic-habits/00-book-overview.docx Visa fil


Binär
books/example-atomic-habits/00-book-overview.pdf Visa fil


Binär
books/example-atomic-habits/master-summary.docx Visa fil


Binär
books/example-atomic-habits/master-summary.pdf Visa fil


Binär
prompts/process-chapter.docx Visa fil


Binär
prompts/process-chapter.pdf Visa fil


Binär
prompts/review-session.docx Visa fil


Binär
prompts/review-session.pdf Visa fil


Binär
prompts/start-new-book.docx Visa fil


Binär
prompts/start-new-book.pdf Visa fil


Binär
templates/chapter-summary.docx Visa fil


Binär
templates/chapter-summary.pdf Visa fil


Binär
templates/flashcards.docx Visa fil


Binär
templates/flashcards.pdf Visa fil


Binär
templates/master-summary.docx Visa fil


Binär
templates/master-summary.pdf Visa fil


Laddar…
Avbryt
Spara

Powered by TurnKey Linux.