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
- Host: GitHub
- URL: https://github.com/k8w/vscode-gitignore-problem-example
- Owner: k8w
- Created: 2017-10-19T08:07:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T05:53:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T19:54:35.607Z (9 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Problem
If .gitignore is this:
```
/lib
```
It will get this after reindex:
> [TypeScript Importer]: Symbols: 0If no .gitignore, it will get this after reindex:
> [TypeScript Importer]: Symbols: 1