Skip to content

Commit 9a5d7c2

Browse files
committed
update .gitignore to fix search function
1 parent 9ffe6d1 commit 9a5d7c2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Jekyll build output — never commit
2+
_site/
3+
4+
# Generated PDFs
5+
_pdf/
6+
7+
# Node dependencies
8+
node_modules/
9+
10+
# Jekyll cache
11+
.jekyll-cache/
12+
.jekyll-metadata
13+
14+
# OS files
15+
.DS_Store
16+
Thumbs.db

0 commit comments

Comments
 (0)