Every line of 'gitignore node_modules' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
165 protected npmignore() { 166 return ` 167 /coverage/ 168 /docs/ 169 *.ts 170 !*.d.ts 171 tsconfig.test.json 172 *.tsbuildinfo 173 `.trim(); 174 }