diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-03-31 15:26:15 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-03-31 15:26:15 +1100 |
commit | 698ad90d3e82a15b85ceb021ad5667109ac0bcdb (patch) | |
tree | 7b79fc6d65e79af82b11d89cb1a5502a9f7bff08 /.gitignore | |
parent | fix: disable cache if multi threaded (diff) | |
download | server-698ad90d3e82a15b85ceb021ad5667109ac0bcdb.tar.xz |
Revert "Merge pull request #1008 from spacebarchat/dev/samuel"
This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 9ac5d944..bc780d64 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,6 @@ assets/cache .env config.json assets/cacheMisses -assets/client_test -scripts/client.js -src/api/middlewares/TestClient.ts -yarn.lock .vscode/settings.json |