diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-06 22:28:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 22:28:15 +0200 |
commit | 8fbcd35a87ac572c8e14b24b33fcb3d2e9223703 (patch) | |
tree | c9afc6ff4f708fb4c3ebbfb6a4a754375cc50d4e /.gitignore | |
parent | Merge pull request #815 from fosscord/translation (diff) | |
parent | Make build script use parts, defined in utils.js (diff) | |
download | server-8fbcd35a87ac572c8e14b24b33fcb3d2e9223703.tar.xz |
Merge pull request #817 from fosscord/dev/new-scripts
Add utility scripts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 607b4f5a..0f1d9332 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ api/assets/plugins/*.js .idea/ *.code-workspace + +*.log +*.log.ansi \ No newline at end of file |