Skip to content

Commit 7ac8978

Browse files
committed
Suggesting the use of local gems, as they're actually cleanable
1 parent 1a6491a commit 7ac8978

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/_site/
22
*.DS_Store
33
node_modules
4+
vendor
5+
.bundle

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ included in the project:
6666

6767
```bash
6868
# Install the needed gems through Bundler
69-
bundle install
69+
bundle install --path vendor/bundle
7070
# Run the local server
7171
bundle exec jekyll serve
7272
```

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ defaults:
1919
values:
2020
sitemap: false
2121

22-
exclude: ['CNAME', 'CONTRIBUTING.md', 'LICENSE', 'README.md', 'pages/example.md']
22+
exclude: ['CNAME', 'CONTRIBUTING.md', 'LICENSE', 'README.md', 'pages/example.md', 'vendor']
2323

2424
future: true

0 commit comments

Comments
 (0)