changeset 209:e26119fe21de

Sprockets are now smarter No need to exclude the assets directory anymore
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 00:43:23 +0900
parents 953d284ec195
children d59731c3c7bf
files .hgignore
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sat May 11 22:39:06 2013 +0900
+++ b/.hgignore	Sun May 12 00:43:23 2013 +0900
@@ -1,4 +1,4 @@
-^(?!app/assets/).*(\.(swp|orig|rbc|s?o)|~)$
+(\.(swp|orig|rbc|s?o)|~)$
 (^|/)\.(bundle|DS_Store)$
 ^\.redcar$
 ^db/.*\.sqlite3$