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 | 939601e418a72990b266f5caeadcc49127265238 (patch) | |
tree | 12b079bcdc7c3fe572015eca97a25d43299ab5b3 /.gitignore | |
parent | :pencil: drop tables script (diff) | |
download | server-939601e418a72990b266f5caeadcc49127265238.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 |