chore: Update .gitignore to include blog-posts directory and exclude EPUB files

- Added blog-posts/ to .gitignore to prevent tracking of blog-related files.
- Included rule to ignore all EPUB files in the root directory for cleaner repository management.
This commit is contained in:
Willy Hardy
2025-12-10 09:19:37 -05:00
parent 57ff23f9e0
commit 7a781da859
2 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@@ -45,4 +45,7 @@ yarn-error.log*
*.temp
# Keep .claude/ clean for hand-on section
.claude/
blog-posts/
blog-posts/
# EPUB files in root directory
/*.epub