Update watch list

This commit is contained in:
Taylor Bryant 2019-01-13 13:30:12 -06:00
parent 2df2cd177d
commit ee9c239ce3
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@ _site
.DS_Store
.jekyll-metadata
assets/css
Gemfile.lock
node_modules

View File

@ -81,8 +81,11 @@ task("startServer", () => {
[
rawStylesheet,
tailwindConfig,
"**/*.gif",
"**/*.html",
"**/*.jpg",
"**/*.md",
"**/*.png",
"**/*.yml",
"!_site/**/*",
"!node_modules"