chore(package): update ignored files
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
/.nyc_output/
|
/coverage/
|
||||||
/dist/
|
/dist/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/src/api/index.js
|
/src/api/index.js
|
||||||
@@ -7,5 +7,8 @@
|
|||||||
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
npm-debug.log.*
|
npm-debug.log.*
|
||||||
|
pnpm-debug.log
|
||||||
|
pnpm-debug.log.*
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
.xo-server.*
|
.xo-server.*
|
||||||
|
|||||||
14
.npmignore
14
.npmignore
@@ -1,10 +1,24 @@
|
|||||||
|
/benchmark/
|
||||||
|
/benchmarks/
|
||||||
|
*.bench.js
|
||||||
|
*.bench.js.map
|
||||||
|
|
||||||
/examples/
|
/examples/
|
||||||
example.js
|
example.js
|
||||||
example.js.map
|
example.js.map
|
||||||
*.example.js
|
*.example.js
|
||||||
*.example.js.map
|
*.example.js.map
|
||||||
|
|
||||||
|
/fixture/
|
||||||
|
/fixtures/
|
||||||
|
*.fixture.js
|
||||||
|
*.fixture.js.map
|
||||||
|
*.fixtures.js
|
||||||
|
*.fixtures.js.map
|
||||||
|
|
||||||
/test/
|
/test/
|
||||||
/tests/
|
/tests/
|
||||||
*.spec.js
|
*.spec.js
|
||||||
*.spec.js.map
|
*.spec.js.map
|
||||||
|
|
||||||
|
__snapshots__/
|
||||||
|
|||||||
Reference in New Issue
Block a user