aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-20 08:20:08 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-20 08:20:08 -0400
commit04ea9f22b3e7a175843f5bb5c0ce87fd294011aa (patch)
tree86a50db99303a8e9819cf767847d0967e527e7be
parent29a875134685b927633aa91349ccaafb63c66d39 (diff)
downloadkompetenzbolzen.github.io-04ea9f22b3e7a175843f5bb5c0ce87fd294011aa.tar.gz
Don't need to add the Gemfile to the repo
-rw-r--r--.gitignore1
-rw-r--r--Gemfile4
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 039a1b2..6060515 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ _site
.jekyll
.bundle
.sass-cache
+Gemfile
Gemfile.lock
node_modules
package.json \ No newline at end of file
diff --git a/Gemfile b/Gemfile
index 922b1ab..ab38815 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,3 @@
source 'https://rubygems.org'
-gem 'jekyll'
-gem 'jemoji'
-gem 'jekyll-sitemap' \ No newline at end of file
+gem 'jekyll' \ No newline at end of file