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