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