From f238db1c4d15b79c329e1931bcccea08009ba7aa Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 2 Sep 2024 00:49:35 -0600 Subject: [PATCH] Have git ignore the compiled styles --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40b878d..1726f87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +.styles \ No newline at end of file