chore: update .gitignore to exclude JS build artifacts

Added compiled JavaScript directory to .gitignore to prevent build artifacts from being tracked in the repository. This helps keep the repo clean and reduces unnecessary clutter from generated files.
This commit is contained in:
Kumi 2024-08-08 07:36:46 +02:00
parent 94c01f2169
commit 3ad0a2c00b
Signed by: kumi
GPG key ID: ECBCC9082395383F

5
.gitignore vendored
View file

@ -2,4 +2,7 @@
# Coingecko export data
coingecko.json
coingecko-original.json
coingecko-original.json
# Compiled JS
/js/