Skip to content

Commit f0f2b1b

Browse files
committed
Add Jekyll-generated site, metadata, and cache to gitignore
This improves the experience when previewing the generated site using a local Jekyll instance Signed-off-by: Thomas Nyman <[email protected]>
1 parent c2f296b commit f0f2b1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ jspm_packages/
103103

104104
# Optional npm cache directory
105105
.npm
106+
107+
# Jekyll-generated site, metadata, and cache
108+
_site
109+
docs/.jekyll-metadata
110+
docs/.sass-cache/

0 commit comments

Comments
 (0)