From 07a62ebf58e8928ce179cd6527cb8400afc9e3ec Mon Sep 17 00:00:00 2001 From: Connor Fong Date: Wed, 28 Oct 2020 01:13:36 -0700 Subject: [PATCH] Stop build files from incorrectly being pushed to the repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b15583c..832950f 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,6 @@ dist # TernJS port file .tern-port + +# Build +build