Update .gitignore

This commit is contained in:
Janus 2023-06-13 21:18:53 +01:00
parent 647e708951
commit 035378c3d1

3
.gitignore vendored
View file

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