diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2023-03-17 16:36:44 +0100 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2023-03-17 16:36:44 +0100 |
commit | 5b6b97e86c77b7ce0df1da7eb1c75b7989b028a1 (patch) | |
tree | 5cd3413c7b76950ba03441d2035a4fb67aab09af /.gitignore | |
parent | build: update dependencies (diff) | |
download | server-5b6b97e86c77b7ce0df1da7eb1c75b7989b028a1.tar.xz |
fix: types when using yarn
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bc780d64..9ac5d944 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ assets/cache .env config.json assets/cacheMisses +assets/client_test +scripts/client.js +src/api/middlewares/TestClient.ts +yarn.lock .vscode/settings.json |