Skip to content

Support for file ignore #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
d-kimuson opened this issue Sep 18, 2022 · 2 comments
Open

Support for file ignore #9

d-kimuson opened this issue Sep 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@d-kimuson
Copy link
Owner

Ensure that files specified in ignore are ignored when matched against Glob

@d-kimuson d-kimuson added the enhancement New feature or request label Sep 18, 2022
@d-kimuson d-kimuson self-assigned this Sep 18, 2022
@daiplusplus
Copy link

daiplusplus commented Sep 20, 2022

For clarity, which ignore-file are you referring to?

…and have you considered supporting tsconfig.json’s exclude entry - or perhaps respecting MSBuild <TypeScriptCompile Include/Remove=“” /> tasks?

@d-kimuson
Copy link
Owner Author

I am considering supporting cli options or specific configuration files (just like .prettierignore and .eslintignore ...etc) instead of using already existing settings such as tsconfig.json's exclude entry.

This tool works well when, for example, the domain type definitions are placed in a specific directory, such as types/**/*.ts, but this is often not the case.

It is better for wasted bugs and generated performance if the developer can configure the tool to ignore useless files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants