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