Mercurial > public > sg101
diff .hgignore @ 1045:5d208c3321ce
First stab at V3 design. WIP.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 07 Feb 2016 20:43:42 -0600 |
parents | 1bd9dadcd4d9 |
children | b9514abc2a67 |
line wrap: on
line diff
--- a/.hgignore Fri Jan 15 21:41:24 2016 -0600 +++ b/.hgignore Sun Feb 07 20:43:42 2016 -0600 @@ -1,7 +1,8 @@ syntax: glob *.log *.log.? -*.log.?.gz +*.log.?? +*.log.*.gz *.pyc *.swp secrets.json @@ -19,3 +20,5 @@ media/smiley celerybeat-schedule sg101/xapian_index +sg101/node_modules +sg101/bower_components