An open API service indexing awesome lists of open source software.

https://github.com/k8w/vscode-gitignore-problem-example

tsserver-gitignore-problem-example
https://github.com/k8w/vscode-gitignore-problem-example

Last synced: 7 months ago
JSON representation

tsserver-gitignore-problem-example

Awesome Lists containing this project

README

          

### Problem
If .gitignore is this:
```
/lib
```
It will get this after reindex:
> [TypeScript Importer]: Symbols: 0

If no .gitignore, it will get this after reindex:
> [TypeScript Importer]: Symbols: 1