Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Init nodemodules #21

Open
4rokis opened this issue Oct 23, 2019 · 1 comment
Open

Init nodemodules #21

4rokis opened this issue Oct 23, 2019 · 1 comment
Assignees

Comments

@4rokis
Copy link
Contributor

4rokis commented Oct 23, 2019

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
Copy link
Member

jvorcak commented Oct 23, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants