1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-19 07:02:06 +03:00

fix .npmignore

This commit is contained in:
leibale
2021-06-12 03:57:37 -04:00
parent 986099f800
commit edf60c20f9

View File

@@ -1,6 +1,6 @@
.vscode .vscode/
.idea .idea/
node_modules node_modules/
.nyc_output .nyc_output
dump.rdb dump.rdb
CONTRIBUTING.md CONTRIBUTING.md
@@ -8,9 +8,10 @@ CODE_OF_CONDUCT.md
TODO.md TODO.md
GOALS.md GOALS.md
tsconfig.json tsconfig.json
coverage .nycrc.json
benchmark coverage/
.github benchmark/
scripts .github/
lib scripts/
lib/
index.ts