From 9e54d5b70c0b93716b4162b6d364cb758c4315c1 Mon Sep 17 00:00:00 2001 From: Travis V Date: Fri, 7 Feb 2025 15:12:08 -0500 Subject: [PATCH] Add styles.css to gitignore so that the build process workflow will generate it itself --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3eab58e..95a84dd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. main.js +styles.css # Exclude sourcemaps *.map