diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-07-31 13:27:15 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-07-31 15:01:19 +0200 |
commit | 6e9bd98711f488dd06d2ce93027f8d9ea4cd3ad5 (patch) | |
tree | 8a37ed24e9181b6f464974a884a6087d306137ec /.gitignore | |
parent | Add local disk caching for fetched assets (diff) | |
download | server-6e9bd98711f488dd06d2ce93027f8d9ea4cd3ad5.tar.xz |
Make requested changes (pr792)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc60b305..607b4f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ config.json .vscode/settings.json api/assets/plugins/*.js .idea/ +*.code-workspace + |