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:
parent
e4183499d5
commit
a5797e8bdf
2 changed files with 13 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
nbproject
|
||||
.ruby-version
|
||||
*.orig
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
._*
|
||||
Thumbs.db
|
||||
|
||||
_site
|
||||
_gh_pages
|
2
Gemfile
Normal file
2
Gemfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'github-pages'
|
Loading…
Reference in a new issue