Skip to content

Commit 04ea9f2

Browse files
committed
Don't need to add the Gemfile to the repo
1 parent 29a8751 commit 04ea9f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ _site
33
.jekyll
44
.bundle
55
.sass-cache
6+
Gemfile
67
Gemfile.lock
78
node_modules
89
package.json

Gemfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll'
4-
gem 'jemoji'
5-
gem 'jekyll-sitemap'
3+
gem 'jekyll'

0 commit comments

Comments
 (0)