view .hgignore @ 254:bcca41003e84

Use postgres 'cuz mysql is shit. - utf8 isn't utf8 (hint: utf8mb4) - index key too loooooooooooong Nope.
author edogawaconan <me@myconan.net>
date Tue, 15 Oct 2013 01:47:19 +0900
parents e26119fe21de
children fd130042a0e2
line wrap: on
line source

(\.(swp|orig|rbc|s?o)|~)$
(^|/)\.(bundle|DS_Store)$
^\.redcar$
^db/.*\.sqlite3$
^(log|tmp)(/|$)
^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$
^public/system/photos/
^[^/]+\.war
^bin/
^public/data(/|$)
^public/cache(/|$)
^public/javascripts/cached/all\.js
(extconf\.h|Makefile|mkmf\.log)$
^public/sitemap(\d+|_index)\.xml\.gz$
^public/robots.txt$
(^|/)\.rbx/
^public/assets(/|$)
^vendor/bundle(/|$)