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:
parent
084552e72f
commit
94c01f2169
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,5 @@
|
|||
/node_modules/
|
||||
|
||||
# Coingecko export data
|
||||
coingecko.json
|
||||
coingecko-original.json
|
Loading…
Reference in a new issue