From 1bdba54a85936d2572335cbf607c3566d323bcc0 Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Mon, 31 Jan 2022 10:55:17 +0100 Subject: [PATCH] [.gitignore] Expand for .vscode and additional sqlite files --- .gitignore | 1 + examples/openapi/todos/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d72e4091..d799e1a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /target Cargo.lock .idea +.vscode .DS_Store docs/gh-pages docs/book \ No newline at end of file diff --git a/examples/openapi/todos/.gitignore b/examples/openapi/todos/.gitignore index e069dcde..aff863f9 100644 --- a/examples/openapi/todos/.gitignore +++ b/examples/openapi/todos/.gitignore @@ -1,2 +1,2 @@ /target -todos.db +todos.db*