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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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.
Reference in New Issue
Block a user