From cd834867c1b0da06a20cf06137c10ceb6ed1a509 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 20 Jul 2020 10:01:01 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4d29575..91f740b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -# dependencies +# Dependencies /node_modules /.pnp .pnp.js +/api/venv -# testing +# Testing /coverage -# production +# Productiom /build # misc @@ -18,6 +19,7 @@ .env.test.local .env.production.local +# Node package management npm-debug.log* yarn-debug.log* yarn-error.log*