From 8afdcabe6bfde5fba383d99aae69b51d2305ceab Mon Sep 17 00:00:00 2001 From: Blair V Date: Fri, 17 Sep 2021 10:17:10 +0300 Subject: [PATCH] adding things to gitignore that should not be in the repo --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f22ece..29bb994 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ pelican __pycache__ *.pyc -*.o \ No newline at end of file +*.o +output/ +node_modules/