Skip to content

Commit

Permalink
Add vendor as excluded dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ning-y committed Apr 15, 2019
1 parent 65a22d1 commit 5a8a8db
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,23 @@ exclude:
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Capfile
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- README
- Rakefile
- assets/js/_main.js
- assets/js/plugins
- assets/js/vendor
- config
- gulpfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- vendor
keep_files:
- .git
- .svn
Expand Down

0 comments on commit 5a8a8db

Please sign in to comment.