diff options
| author | Fuwn <[email protected]> | 2023-10-24 18:49:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-10-24 18:49:00 -0700 |
| commit | 93b6b1ae0370a11aa8a3183969a9ade8f993c482 (patch) | |
| tree | 61395da21f35395a88950428990f21ca9c12d261 /.eslintignore | |
| parent | fix(docker): move back to node :( (diff) | |
| download | due.moe-93b6b1ae0370a11aa8a3183969a9ade8f993c482.tar.xz due.moe-93b6b1ae0370a11aa8a3183969a9ade8f993c482.zip | |
chore(git): ignore data folder
Diffstat (limited to '.eslintignore')
| -rw-r--r-- | .eslintignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index f1e46035..5e958bbb 100644 --- a/.eslintignore +++ b/.eslintignore @@ -13,7 +13,7 @@ node_modules .env .env.* !.env.example -*.sqlite3 +/data # PNPM pnpm-lock.yaml |