From 8f5876a4a794d9d4f2837db5298ab5c1e55ff4db Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 26 Feb 2018 14:18:57 -0500 Subject: [PATCH] Updated git ignore file to include compiled files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bd3ef39..3030c86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # index.html is used as a test file and should not be copied into git index.html + +# ignore the compiled files +build/