Mercurial > zeropaste
annotate .hgignore @ 490:a39bc79fcb1a
Specify path to builds directory
author | nanaya <me@nanaya.net> |
---|---|
date | Tue, 17 Jan 2023 02:36:38 +0900 |
parents | 361ab9e7ffad |
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/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$ |