From 27d08c19c62afd99b744389f3093e41ae80e0dc3 Mon Sep 17 00:00:00 2001 From: nahbee10 Date: Wed, 30 Oct 2024 13:35:32 -0400 Subject: [PATCH] add base js and css to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d1be479c..8078664c7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ node_modules/ .a11yrc.json *.DS_Store coverage/ -assets/*.js \ No newline at end of file +assets/*.js +script.js +style.css \ No newline at end of file