chore(package): update ignored files

This commit is contained in:
Julien Fontanet 2017-12-14 18:00:57 +01:00
parent 938e7704e6
commit 4490a2508b
2 changed files with 18 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,4 +1,4 @@
/.nyc_output/
/coverage/
/dist/
/node_modules/
/src/api/index.js
@ -7,5 +7,8 @@
npm-debug.log
npm-debug.log.*
pnpm-debug.log
pnpm-debug.log.*
yarn-error.log
.xo-server.*

View File

@ -1,10 +1,24 @@
/benchmark/
/benchmarks/
*.bench.js
*.bench.js.map
/examples/
example.js
example.js.map
*.example.js
*.example.js.map
/fixture/
/fixtures/
*.fixture.js
*.fixture.js.map
*.fixtures.js
*.fixtures.js.map
/test/
/tests/
*.spec.js
*.spec.js.map
__snapshots__/