diff options
| author | Fuwn <[email protected]> | 2023-12-06 18:39:16 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-06 18:39:16 -0800 |
| commit | 240c8e54bc57668b3c73c67f9e0ec1a7f29daa06 (patch) | |
| tree | 531a2bc515df991191fb563b3cfce4324d1c285c | |
| parent | ci(earthly): pin ignore and docker (diff) | |
| download | due.moe-240c8e54bc57668b3c73c67f9e0ec1a7f29daa06.tar.xz due.moe-240c8e54bc57668b3c73c67f9e0ec1a7f29daa06.zip | |
ci(earthly): ignores for lint
| -rw-r--r-- | .earthlyignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.earthlyignore b/.earthlyignore index b2efa5e4..7936b20e 100644 --- a/.earthlyignore +++ b/.earthlyignore @@ -7,4 +7,8 @@ !package.json !svelte.config.js !tsconfig.json -!vite.config.ts
\ No newline at end of file +!vite.config.ts +!.eslintignore +!.eslintrc.cjs +!.prettierignore +!.prettierrc
\ No newline at end of file |