Minor changes.
This commit is contained in:
parent
8866bd8663
commit
45f6a7cb4d
1
packages/xen-api/.gitignore
vendored
1
packages/xen-api/.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
/dist/
|
/dist/
|
||||||
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
npm-debug.log.*
|
||||||
|
|
||||||
!node_modules/*
|
!node_modules/*
|
||||||
node_modules/*/
|
node_modules/*/
|
||||||
|
@ -1,2 +1,9 @@
|
|||||||
|
/examples/
|
||||||
|
example.js
|
||||||
|
*.example.js
|
||||||
|
*.example.js.map
|
||||||
|
|
||||||
|
/test/
|
||||||
|
/tests/
|
||||||
*.spec.js
|
*.spec.js
|
||||||
*.spec.js.map
|
*.spec.js.map
|
||||||
|
@ -2,4 +2,4 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 'iojs'
|
- 'iojs'
|
||||||
- '0.12'
|
- '0.12'
|
||||||
- '0.10'
|
- '0.10'
|
||||||
|
Loading…
Reference in New Issue
Block a user