From c1eba780d126e63c24011bc15c85d304f35559fc Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 19 Jun 2023 00:25:29 +0200 Subject: [PATCH] Add .json files to git-ignore (prevent data leaks and conflicts) --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f1a5895..8079599 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ -/venv/ -/config.json \ No newline at end of file +/secrets.json +/config.json +/posts.json +/.vscode + +# Added by cargo + +/target