Skip to content

Commit

Permalink
Add a gitignore so you can have wip for your wraith configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hilton committed Mar 9, 2017
1 parent dac8b1a commit 96420a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
/tmp

/public/government-frontend
/test/wraith/wip*
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ Then switch to your branch and create a set of screenshots to compare against us
bundle exec wraith latest config-examples.yaml
```

If you wish to have your own local wip configs, wip* is in the .gitignore, so as an example
`wip-kittens.yaml` will be ignored

### Adding a new format

There’s a rails generator you can use to stub the basic files needed for a new format. It stubs the following:
Expand Down

0 comments on commit 96420a3

Please sign in to comment.