Add styles.css to gitignore so that the build process workflow will generate it itself

This commit is contained in:
Travis V 2025-02-07 15:12:08 -05:00
parent 50de9ebed3
commit 9e54d5b70c

1
.gitignore vendored
View file

@ -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