Skip to content

Commit b06b089

Browse files
committed
Add .gitignore and Gemfile to ait local testing
1 parent 8b069a2 commit b06b089

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+
gem 'webrick'

0 commit comments

Comments
 (0)