We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913c470 commit d8f95adCopy full SHA for d8f95ad
packages/trie/.gitignore
@@ -1,7 +1 @@
1
-package-lock.json
2
-node_modules
3
-dist
4
-dist.browser
5
-.nyc_output
6
-coverage
7
-benchmarks/*.js
+benchmarks/*.js
packages/trie/.npmignore
@@ -1,8 +1,2 @@
-.travis.yml
-.babelrc
-index.js
-
-*.tgz
test/
8
-src/
+src/
packages/trie/.prettierignore
@@ -1,8 +1,7 @@
node_modules
.vscode
-package.json
dist
dist.browser
.nyc_output
*.json
-docs
+docs
0 commit comments