chore: update .gitignore to exclude Coingecko exports

Added Coingecko export files (coingecko.json and coingecko-original.json) to .gitignore to prevent them from being tracked by Git. This ensures that large or unnecessary data files do not clutter the repository and facilitates easier version control.
This commit is contained in:
Kumi 2024-08-08 07:35:19 +02:00
parent 084552e72f
commit 94c01f2169
Signed by: kumi
GPG key ID: ECBCC9082395383F

4
.gitignore vendored
View file

@ -1 +1,5 @@
/node_modules/
# Coingecko export data
coingecko.json
coingecko-original.json