summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-03 04:05:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-03 04:05:28 +0200
commitba4e363279be075874b0a2bbd4410816d6a6fa81 (patch)
tree832a13964da6ae20e11021cca037aa43204a3792
parent:pencil: drop tables script (diff)
downloadserver-ba4e363279be075874b0a2bbd4410816d6a6fa81.tar.xz
:see_no_evil: add database.db to .gitignore
-rw-r--r--.gitignore3
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