diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-26 15:54:24 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-19 17:31:35 +0000 |
commit | d88e456ae276f7a6057ff1d711298ac609abff48 (patch) | |
tree | d4535cf79d29380acff96f1b2a857ee4bad07a94 | |
parent | 37714a74cfa3e17124a2c1102272e761a6af14fb (diff) |
.gitignore: /public/assets only has generated files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d2c256ef1..87c55ce97 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ alaveteli.sublime* webrat.log /.rbenv-version /db/development_structure.sql +/public/assets |