From e861607330909b8ef91a4e05520e8164fbb94fa8 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 9 Aug 2019 23:17:10 -0600 Subject: [PATCH] Update .gitignore slightly --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 28a19883..b55cbcfa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,13 @@ *.pem # Various directories -config/config.hjson -logs/ +config/ db/ -dropfiles/ +drop/ +file_base/ +logs/ +mail/ node_modules/ docs/_site/ docs/.sass-cache/ -` \ No newline at end of file +.vscode/