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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
Binary file not shown.
Reference in New Issue
Block a user