Mercurial > zeropaste
annotate .hgignore @ 498:300bac944674
Remove newrelic
To be replaced with sentry (maybe).
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:31:14 +0900 |
parents | 361ab9e7ffad |
children | 062723d1f66c |
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$ | |
11 ^tmp$ | |
12 ^vendor/bundle$ |