diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-26 04:14:54 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-09-04 10:48:14 +0200 |
commit | 8ba8828fae6a80c3b30b6bea513be4a9620c8705 (patch) | |
tree | e627fb33f4059ab55109d7efbead25d1570c8ee7 /.gitignore | |
parent | Prettier (diff) | |
download | server-8ba8828fae6a80c3b30b6bea513be4a9620c8705.tar.xz |
Basic client patching system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a582a2f3..8631a69d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ yarn.lock dbconf.json migrations.db + +assets/cache_src/ |