From 035378c3d1f62798f85d7fdfd2c685e7182dca9b Mon Sep 17 00:00:00 2001 From: Janus <113909005+SineCrepusculum@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:18:53 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 386ac2b..63037f3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,10 @@ # npm node_modules -# Don't include the compiled main.js file in the repo. +# Don't include the compiled main.js and styles.css file in the repo. # They should be uploaded to GitHub releases instead. main.js +styles.css # Exclude sourcemaps *.map