Generate a .gitgnore file by default. Fixes #375.
This commit is contained in:
parent
cb65916e6d
commit
35d1a67dd1
3 changed files with 25 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue