Generate a .gitgnore file by default. Fixes #375.

This commit is contained in:
Ben Hollis 2012-05-04 21:11:11 -07:00
parent cb65916e6d
commit 35d1a67dd1
3 changed files with 25 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Feature: Middleman CLI
When I cd to "MY_PROJECT"
Then the following files should exist:
| Gemfile |
| .gitignore |
| config.rb |
| source/index.html.erb |
| source/images/background.png |