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 72de8ff commit 5379706Copy full SHA for 5379706
.gitignore
@@ -1,4 +1,9 @@
1
# compiled html files
2
-_site
3
-_test
4
.DS_Store
+_site/
+_test/
5
+.sass-cache/
6
+.jekyll-cache/
7
+.jekyll-metadata
8
+vendor/
9
+.bundle/
README.md
@@ -7,7 +7,7 @@
## Installation
10
-- Run `bundle install`
+- Run `bundle install --path vendor/bundle`
11
12
## Edit and live reloading the docs in the browser
13
_config.yml
@@ -54,3 +54,4 @@ exclude:
54
- Gemfile.lock
55
- README.md
56
- LICENSE
57
+ - vendor
0 commit comments