diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-07-18 09:50:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-07-18 09:58:21 +0100 |
commit | 7e8ac5a78ec5722c14e6243a4d04f6b39822d70b (patch) | |
tree | 8f1232a6938b74c079199885712ca4e349e63986 /.gitignore | |
parent | 359d44d84542a8021802a044c9ff5cf92387e9aa (diff) |
Move Vagrantfile to top level of repository.
This makes it easier to set up, as you can do:
$ git clone --recursive https://github.com/mysociety/fixmystreet
$ cd fixmystreet
$ vagrant up --no-color
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f60e3084c..577167f34 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *~ ._* +.vagrant .DS_Store .carton local-lib5 |