diff options
author | Dave Arter <davea@mysociety.org> | 2015-07-23 14:23:15 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-07-24 13:10:21 +0100 |
commit | 6e397b202967e56bd4b983b8ea231dbcac846100 (patch) | |
tree | 4567632b3e369559c204d6a64800d83469313336 /.gitignore | |
parent | 44dc205b516dc591f542418ebbd34a36dd98b458 (diff) |
[MakeMyIsland] Remove MakeMyIsland cobrand
The MakeMyIsland cobrand files now live in a separate repository:
mysociety/fixmystreet-international
The idea is that this repo will be checked out alongside the main fixmystreet
one and cobrand-specific files symlinked into place. To this end, the commit
also adds the MakeMyIsland symlinks to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 777f3bafd..508180dba 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,9 @@ phonegap/www/js/config.js phonegap/Android/bin/ phonegap/iPhone/FixMyStreet.xcodeproj/project.xcworkspace/xcuserdata phonegap/Android/gen/ + +/fixmystreet-international +/perllib/FixMyStreet/Cobrand/MakeMyIsland.pm +/templates/email/makemyisland +/templates/web/makemyisland +/web/cobrands/makemyisland |