From 9e7417121b806baa0914de42a9d157792b1275f0 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Tue, 31 Dec 2019 15:18:53 -0700 Subject: [PATCH] Update gitignore to ignore the compiled code. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0be96f..0d2b293 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ src/config.ts - +package-lock.json +built/* # Logs logs