From 98719fa3ff805e92f3375591d5e7856095a133e3 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Tue, 19 Dec 2023 01:15:52 -0600 Subject: [PATCH] Ignore the built files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 40d356b..801987e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules npm-debug.log .DS_STORE *.swp +css/tachyons.css +css/tachyons.min.css