Monospace font for input.
 | author | 
 Edho Arief <edho@myconan.net> | 
 | date | 
 Mon, 10 Sep 2012 04:10:30 +0700 | 
 | parents | 
 4aa8194a1733  | 
 | children | 
 e8920b00035c  | 
 | rev | 
   line source | 
  
| 
0
 | 
     1 ^(?!app/assets/).*(\.(swp|orig|rbc|s?o)|~)$
 | 
| 
 | 
     2 (^|/)\.(bundle|DS_Store)$
 | 
| 
 | 
     3 ^\.redcar$
 | 
| 
 | 
     4 ^db/.*\.sqlite3$
 | 
| 
 | 
     5 ^(log|tmp)/
 | 
| 
 | 
     6 ^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$
 | 
| 
 | 
     7 ^public/system/photos/
 | 
| 
 | 
     8 ^[^/]+\.war
 | 
| 
 | 
     9 ^bin/
 | 
| 
 | 
    10 ^public/data(/|$)
 | 
| 
 | 
    11 ^public/javascripts/cached/all\.js
 | 
| 
 | 
    12 (extconf\.h|Makefile|mkmf\.log)$
 | 
| 
 | 
    13 ^public/sitemap(\d+|_index)\.xml\.gz$
 | 
| 
 | 
    14 ^public/robots.txt$
 | 
| 
 | 
    15 (^|/)\.rbx/
 | 
| 
 | 
    16 ^public/assets/
 |