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