From 9901023c7c8eb45a4d1616d807d625dbe4a63f94 Mon Sep 17 00:00:00 2001 From: thricedotted Date: Sat, 15 Feb 2020 13:36:57 -0800 Subject: [PATCH] add more useful things to ignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 8ba89fe6b..9cb68f898 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ +# Python /venv *.pyc *.swp + +# VSCode +/.vscode + +# sqlite +.db +.db-journal + +# Fedireads +.env +images/ \ No newline at end of file