Skip to content

Commit e1e4910

Browse files
Fixing the manifest;
Excluding some stuff
1 parent 15d1bc9 commit e1e4910

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ book_photo: http://adaptivewebdesign.info/2nd-edition/cover-320.png
1010

1111
# Build settings
1212
markdown: kramdown
13+
exclude:
14+
# Ruby & Gems
15+
- Gemfile
16+
- Gemfile.lock
17+
- Rakefile
18+
- vendor
19+
# Gulp
20+
- gulpfile.js
21+
- package.json
22+
# Content
23+
- README.md
24+
# Caches
25+
- node_modules
26+
- .cache
27+
- .sass-cache
28+
# Git
29+
- .gitignore
30+
# Docker
31+
- docker-compose.yml
1332

1433
# Navigation
1534
navigation:

0 commit comments

Comments
 (0)