webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Init nodemodules #21

Open 4rokis opened 5 years ago

4rokis commented 5 years ago

Init should ignore node_modules

{
  "projects": {
    ".": [
      "yarn"
    ],
    "./node_modules/combined-stream": [
      "yarn"
    ],
    "./node_modules/form-data": [
      "yarn"
    ],
    "./node_modules/mock-require": [
      "yarn"
    ],
    "./node_modules/tslint/node_modules/tsutils": [
      "yarn"
    ],
    "./node_modules/tsutils": [
      "yarn"
    ],
    "./node_modules/uri-js": [
      "yarn"
    ]
  }
}
jvorcak commented 5 years ago

I'd probably ignore everything in .gitignore by default.