Add exluded files

This commit is contained in:
Taylor Bryant 2017-11-21 21:24:59 -06:00
parent a43b56a5d7
commit 8488fd8d62
2 changed files with 10 additions and 9 deletions

7
.gitignore vendored
View File

@ -1,6 +1,7 @@
_site
node_modules
.jekyll-metadata
.DS_Store
.jekyll-metadata
assets
Gemfile.lock
Gemfile.lock
node_modules
package-lock.json

View File

@ -2,12 +2,12 @@ title: Tailwind Jekyll Starter Kit
description: A starter kit for using Tailwind with Jekyll
exclude:
- package.json
- node_modules
- gulpfile.js
- package-lock.json
- Gemfile
- Gemfile.lock
- gulpfile.js
- node_modules
- package.json
- package-lock.json
- README.md
- src
- tailwind.js
- README.md
- tailwind.js