Skip to content

Commit

Permalink
Set proper .gitignore to ensure correct Travis build (#16)
Browse files Browse the repository at this point in the history
* extend gitignore

* add link ro readme for environment setup
  • Loading branch information
Simply007 authored and kentico-ericd committed Mar 8, 2019
1 parent 15cf3c5 commit 43e6e4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -17,4 +17,8 @@
# vscode configurations
.vscode

Gemfile.lock
# ignore lock file for gem
Gemfile.lock

# ignore built package
delivery-sdk-ruby-*.gem
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,9 @@

The Delivery Ruby SDK can be used in Ruby/Rails projects to retrieve content from Kentico Cloud. This is a community project and not an official Kentico SDK. If you find a bug in the SDK or have a feature request, please submit a GitHub issue.

See [environment setup fo Windows](https://github.com/Kentico/delivery-sdk-ruby/wiki/How-to-setup-development-environment-on-Windows) for local development.


## Demo Rails application

This repository contains a very basic Rails application that you can run locally to see how the SDK can be used. To run the Dancing Goat demo application, clone this repository and open `/dancing_goat/app/controllers/application_controller.rb`. Add your project ID to the file here:
Expand Down

0 comments on commit 43e6e4f

Please sign in to comment.