Skip to content

Commit a1706ad

Browse files
authored
Merge pull request #220 from ningyuansg/fix-local-bundle-runtime
Add vendor as excluded dir
2 parents 65a22d1 + 5a8a8db commit a1706ad

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

_config.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,22 +129,23 @@ exclude:
129129
- .bundle
130130
- .jekyll-assets-cache
131131
- .sass-cache
132-
- assets/js/plugins
133-
- assets/js/_main.js
134-
- assets/js/vendor
135-
- Capfile
136132
- CHANGELOG
137-
- config
133+
- Capfile
138134
- Gemfile
139135
- Gruntfile.js
140-
- gulpfile.js
141136
- LICENSE
137+
- README
138+
- Rakefile
139+
- assets/js/_main.js
140+
- assets/js/plugins
141+
- assets/js/vendor
142+
- config
143+
- gulpfile.js
142144
- log
143145
- node_modules
144146
- package.json
145-
- Rakefile
146-
- README
147147
- tmp
148+
- vendor
148149
keep_files:
149150
- .git
150151
- .svn

0 commit comments

Comments
 (0)