diff --git a/.gitignore b/.gitignore index ed1e0cd..9a35df9 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ $RECYCLE.BIN/ # End of https://www.gitignore.io/api/node,macos,windows,linux .chatlist.json +.idea diff --git a/codecov.yml b/codecov.yml index 6fc6c2f..4031d59 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,6 +13,6 @@ parsers: ignore: - "**/*.test.js" - "src/tests/**/*" - - "db/**/*" + - "src/db/**/*" - "node_modules/**/*" - - "config/**/*" + - "src/config/**/*" diff --git a/.chatlist.example.json b/src/.chatlist.example.json similarity index 100% rename from .chatlist.example.json rename to src/.chatlist.example.json