Mercurial > zeropaste
annotate .hgignore @ 489:361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Tue, 17 Jan 2023 02:34:06 +0900 | 
| parents | 802dcd44188e | 
| children | 300bac944674 | 
| rev | line source | 
|---|---|
| 293 | 1 ^\.bundle$ | 
| 489 
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
 nanaya <me@nanaya.net> parents: 
468diff
changeset | 2 ^app/assets/builds$ | 
| 468 | 3 ^config/config_local_(\w+)\.rb$ | 
| 293 | 4 ^config/database\.yml$ | 
| 5 ^config/newrelic\.yml$ | |
| 6 ^config/unicorn\.rb$ | |
| 7 ^log$ | |
| 468 | 8 ^node_modules$ | 
| 293 | 9 ^public/assets$ | 
| 10 ^public/cache$ | |
| 11 ^public/robots\.txt$ | |
| 12 ^tmp$ | |
| 13 ^vendor/bundle$ | 
