Skip to content

Commit

Permalink
Add dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jul 3, 2015
1 parent e418349 commit a5797e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
nbproject
.ruby-version
*.orig
*.swp
*~
.DS_Store
._*
Thumbs.db

_site
_gh_pages
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'

0 comments on commit a5797e8

Please sign in to comment.