diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-17 22:27:54 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-17 22:27:54 +0200 |
commit | 3a76f0f33c61f31a04e93ac5b2d7594c25b43c4a (patch) | |
tree | 5a7d5fea6c01ae0451fe3978723a7b2fce4b30e8 /.gitignore | |
parent | :bug: remove pause (diff) | |
download | server-3a76f0f33c61f31a04e93ac5b2d7594c25b43c4a.tar.xz |
:sparkles: config override file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a09d215a..bd301f07 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ api/assets/*.css database.db tsconfig.tsbuildinfo files/ -.env \ No newline at end of file +.env +config.json \ No newline at end of file |