diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-03 04:05:28 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-03 04:05:28 +0200 |
commit | ba4e363279be075874b0a2bbd4410816d6a6fa81 (patch) | |
tree | 832a13964da6ae20e11021cca037aa43204a3792 /.gitignore | |
parent | :pencil: drop tables script (diff) | |
download | server-ba4e363279be075874b0a2bbd4410816d6a6fa81.tar.xz |
:see_no_evil: add database.db to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4f480685..c302ad40 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ db/ dist/ node_modules api/assets/*.js -api/assets/*.css \ No newline at end of file +api/assets/*.css +database.db \ No newline at end of file |