diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-06 15:32:28 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-06 15:32:28 +0200 |
commit | 11227bb2b3810432f77ea94c9eac26b4875397f2 (patch) | |
tree | c9887bf994ebc575369de2f00a4bedffadfd1563 /.gitignore | |
parent | Add silent mode (diff) | |
download | server-11227bb2b3810432f77ea94c9eac26b4875397f2.tar.xz |
Update gitignore, push correct version of build script
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 |