Mercurial > zeropaste
annotate .hgignore @ 500:062723d1f66c
Also ignore packs directory
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:36:06 +0900 |
parents | 300bac944674 |
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$ |