Don't need to add the Gemfile to the repo
This commit is contained in:
parent
29a8751346
commit
04ea9f22b3
2 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@ _site
|
||||||
.jekyll
|
.jekyll
|
||||||
.bundle
|
.bundle
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
Gemfile
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
node_modules
|
node_modules
|
||||||
package.json
|
package.json
|
4
Gemfile
4
Gemfile
|
@ -1,5 +1,3 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jemoji'
|
|
||||||
gem 'jekyll-sitemap'
|
|
Loading…
Add table
Add a link
Reference in a new issue