annotate .hgignore @ 470:c1e191d1b02a
 bootstrap-4 
Better input area height
100vh maximum seems right.
 | author | 
 nanaya <me@nanaya.pro> | 
 | date | 
 Sun, 23 Feb 2020 22:31:19 +0900 | 
 | parents | 
 802dcd44188e  | 
 | children | 
 361ab9e7ffad  | 
 | rev | 
   line source | 
  
| 
293
 | 
     1 ^\.bundle$
 | 
| 
468
 | 
     2 ^config/config_local_(\w+)\.rb$
 | 
| 
293
 | 
     3 ^config/database\.yml$
 | 
| 
 | 
     4 ^config/newrelic\.yml$
 | 
| 
 | 
     5 ^config/unicorn\.rb$
 | 
| 
 | 
     6 ^log$
 | 
| 
468
 | 
     7 ^node_modules$
 | 
| 
293
 | 
     8 ^public/assets$
 | 
| 
 | 
     9 ^public/cache$
 | 
| 
468
 | 
    10 ^public/packs$
 | 
| 
293
 | 
    11 ^public/robots\.txt$
 | 
| 
 | 
    12 ^tmp$
 | 
| 
 | 
    13 ^vendor/bundle$
 |