From e58b208658ff3c6227bd4189394a5a70f0dd6837 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Fri, 17 Jun 2022 14:55:28 -0500 Subject: [PATCH] Edited the .gitignore to ignore the build files This includes the output of dist --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e90706..fdf0da0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ tags # Persistent undo [._]*.un~ - +# Build +build +rhosts-*