From 0c48910ec6fae2f7da4ffebfafc946083f6a2c7d Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Thu, 7 Apr 2022 21:04:47 -0500 Subject: [PATCH] Fixed .gitignore to ignore build --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ec11dbb..fac1935 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ # Created by https://www.toptal.com/developers/gitignore/api/node,react,git,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=node,react,git,visualstudiocode +build.tar.gz + ### Git ### # Created by git for backups. To disable backups in Git: # $ git config --global mergetool.keepBackup false