Skip to content

Commit 484dc4d

Browse files
committed
Exclude a bunch of things from Jekyll generation.
In particular, the `vendor` directory where bundle recommends to install dependencies.
1 parent e3552ab commit 484dc4d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_config.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ analytics: #Google analytics code in the format XX-nnnnnnnn-n
1010
# baseurl: ""
1111
baseurl: ""
1212
url: "https://www.scala-js.org"
13-
exclude: ["*.iml"]
1413
production_url: "https://www.scala-js.org"
1514

15+
exclude:
16+
- "*.iml"
17+
- Gemfile
18+
- Gemfile.lock
19+
- README.md
20+
- Rakefile
21+
- vendor
22+
1623
assets:
1724
prefix: "/assets"
1825
digest: true

0 commit comments

Comments
 (0)