Mercurial > zeropaste
annotate .hgignore @ 506:b5c6fd96100b default tip
Readd the field error proc config
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 16 Dec 2024 01:46:09 +0900 |
parents | 062723d1f66c |
children |
rev | line source |
---|---|
293 | 1 ^\.bundle$ |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
468
diff
changeset
|
2 ^app/assets/builds$ |
468 | 3 ^config/config_local_(\w+)\.rb$ |
293 | 4 ^config/database\.yml$ |
5 ^config/unicorn\.rb$ | |
6 ^log$ | |
468 | 7 ^node_modules$ |
293 | 8 ^public/assets$ |
9 ^public/cache$ | |
10 ^public/robots\.txt$ | |
500 | 11 ^public/packs$ |
293 | 12 ^tmp$ |
13 ^vendor/bundle$ |