From 78fd88654d9cf09e4f432a0014a99822f7a28145 Mon Sep 17 00:00:00 2001 From: Hion-V Date: Sat, 24 Dec 2022 03:42:51 +0100 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6b05f65..2295eda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ api2/ **/build/ out.js -api/node_modules/ \ No newline at end of file +api/node_modules/ +**/*.sqlite +**/.vscode/ \ No newline at end of file