Open 4rokis opened 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" ] } }
I'd probably ignore everything in .gitignore by default.
.gitignore
Init should ignore node_modules