chore: remove extra files for git, nyc, and mocha (#2422)

- Remove `.gitignore` from individual packages.
- Remove `nyc.config.js` and `.nycrc` since `nyc` is no longer in use
- Remove `.mocharc` and `localIntegrationRunner.html` since `mocha` is
no longer in use.
This commit is contained in:
Caleb Kniffen
2023-08-15 10:19:15 -05:00
committed by GitHub
parent aa75806f2f
commit 352abae003
9 changed files with 1 additions and 343 deletions

1
.gitignore vendored
View File

@@ -22,6 +22,7 @@ npm-shrinkwrap.json
# Ignore object files.
*.o
build/
coverage/
tags
bin/rippled
Debug/*.*