parent
5321839814
commit
55529768fd
4 changed files with 32 additions and 4 deletions
@ -1,5 +1,10 @@ |
||||
# idea |
||||
/.idea |
||||
/node_modules |
||||
/package-lock.json |
||||
|
||||
# npm. ignore names everywhere |
||||
node_modules |
||||
package-lock.json |
||||
|
||||
# project specific |
||||
/demo.* |
||||
/docs/index.html |
||||
|
@ -0,0 +1,7 @@ |
||||
'use strict'; |
||||
|
||||
module.exports = { |
||||
spec: [ |
||||
"tests/spec/**/*.js" |
||||
], |
||||
} |
@ -0,0 +1,10 @@ |
||||
# gitignore |
||||
/.idea |
||||
/node_modules |
||||
/package-lock.json |
||||
/demo.* |
||||
|
||||
# no needed in node package |
||||
/docs |
||||
/tests |
||||
/.mocharc.js |
Loading…
Reference in new issue