From dcafbada0dd5a3f95cc678a61557a574ca27ac44 Mon Sep 17 00:00:00 2001 From: monoid Date: Tue, 16 Apr 2024 21:26:59 +0900 Subject: [PATCH] chore: ignore comic_config --- .gitignore | 2 ++ packages/server/comic_config.json | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 packages/server/comic_config.json diff --git a/.gitignore b/.gitignore index ea060c5..6846b09 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ db.sqlite3 build/** app/** settings.json +comic_config.json +**/comic_config.json .pnpm-store/** .env \ No newline at end of file diff --git a/packages/server/comic_config.json b/packages/server/comic_config.json deleted file mode 100644 index 130f581..0000000 --- a/packages/server/comic_config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "watch": ["testdata"] -} \ No newline at end of file