diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-24 16:35:59 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-24 16:35:59 +0200 |
commit | 62b6ba40024e0efcd0385187c11895650abe926d (patch) | |
tree | 8918a4fa2fcf8c2487e80468e40627f46cb966f4 /util/.gitignore | |
parent | :white_check_mark: util unit tests (diff) | |
download | server-62b6ba40024e0efcd0385187c11895650abe926d.tar.xz |
:sparkles: util
Diffstat (limited to 'util/.gitignore')
-rw-r--r-- | util/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/.gitignore b/util/.gitignore index d7fc3f74..87263762 100644 --- a/util/.gitignore +++ b/util/.gitignore @@ -104,4 +104,5 @@ typings/ .DS_Store # Compiled TypeScript code -dist/ \ No newline at end of file +dist/ +database.db \ No newline at end of file |