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 8b069a2 commit b06b089Copy full SHA for b06b089
.gitignore
@@ -0,0 +1,8 @@
1
+.bundle
2
+_site
3
+vendor
4
+
5
+# Do not version control Gemfile.lock for now. These are only for small local
6
+# testing only so we don't really need to lock down on versioning which would
7
+# add noise to history.
8
+Gemfile.lock
Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+gem 'github-pages', group: :jekyll_plugins
+gem 'webrick'
0 commit comments