diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-02 15:43:26 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-02 15:59:14 +0100 |
commit | 810dc52bee762bb9211041b4cb9e70386c783068 (patch) | |
tree | c0a8b0d1955f9d7bcb2fc8e5137cedc1394fc10e /.gitignore | |
parent | 6b01e62f553afadc644bdda4c3f460757a20ffef (diff) |
Versioning of CSS files, remove generated CSS files from repo.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ea28bc4b2..c8eebb0b2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,8 @@ inc/ .sass-cache _Inline/ lib -tags
\ No newline at end of file +tags +/web/cobrands/fiksgatami/css.css +/web/cobrands/southampton/css.css +/web/css/core.css +/web/css/main.css |