We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d1bc9 commit e1e4910Copy full SHA for e1e4910
_config.yml
@@ -10,6 +10,25 @@ book_photo: http://adaptivewebdesign.info/2nd-edition/cover-320.png
10
11
# Build settings
12
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
32
33
# Navigation
34
navigation:
0 commit comments