Skip to content

Commit de7a860

Browse files
committed
chore: update gitignore for Jekyll and test artifacts
- Add .jekyll-metadata (Jekyll incremental build cache) - Add .playwright-mcp/ (test screenshot directory) - Prevent temporary files from being tracked in repository
1 parent 20fc5f0 commit de7a860

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ vendor
55
.DS_Store
66
.idea
77
.tmp
8+
.jekyll-metadata
9+
.playwright-mcp/
810

911
# Byte-compiled / optimized / DLL files
1012
__pycache__/

0 commit comments

Comments
 (0)