chore: update .gitignore to include compiled CSS files

Expanded the .gitignore to also ignore compiled CSS files, ensuring they are not tracked in the repository, similar to how compiled JS files are handled. This keeps the repo clean and focuses on source files.
This commit is contained in:
Kumi 2024-08-08 08:38:13 +02:00
parent 220d5dde1d
commit 263450fbd2
No known key found for this signature in database
GPG key ID: ECBCC9082395383F

3
.gitignore vendored
View file

@ -4,5 +4,6 @@
coingecko.json
coingecko-original.json
# Compiled JS
# Compiled files
/js/
/css/