mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
Update gitignore for nyc and npm (#80)
This commit is contained in:
7
packages/ripple-keypairs/.gitignore
vendored
7
packages/ripple-keypairs/.gitignore
vendored
@@ -1,5 +1,9 @@
|
||||
# .gitignore
|
||||
|
||||
# Ignore package locks other than Yarn.
|
||||
package-lock.json
|
||||
npm-shrinkwrap.json
|
||||
|
||||
# Ignore vim swap files.
|
||||
*.swp
|
||||
|
||||
@@ -63,3 +67,6 @@ scripts/cache
|
||||
eslintrc
|
||||
|
||||
distrib/
|
||||
|
||||
# nyc (istanbul)
|
||||
.nyc_output
|
||||
|
||||
Reference in New Issue
Block a user