1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Add dependency management

This commit is contained in:
Simon Holywell 2015-07-03 14:22:17 +01:00
parent e4183499d5
commit a5797e8bdf
2 changed files with 13 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
nbproject
.ruby-version
*.orig
*.swp
*~
.DS_Store
._*
Thumbs.db
_site
_gh_pages

2
Gemfile Normal file
View file

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'