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

3
.gitignore vendored
View File

@@ -46,3 +46,6 @@ yarn-error.log*
# Keep .claude/ clean for hand-on section # Keep .claude/ clean for hand-on section
.claude/ .claude/
blog-posts/ blog-posts/
# EPUB files in root directory
/*.epub

Binary file not shown.