Skip to content
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

Allow global patterns for local paths #300

Closed
abdonrd opened this issue Nov 4, 2020 · 3 comments · Fixed by #347
Closed

Allow global patterns for local paths #300

abdonrd opened this issue Nov 4, 2020 · 3 comments · Fixed by #347

Comments

@abdonrd
Copy link
Contributor

abdonrd commented Nov 4, 2020

Should be nice to allow global patterns for local and relative paths.

So we can change from:

[local]
.gitignore

[relative]
packages/benchmarks/.gitignore
packages/labs/.gitignore
packages/lit-element/.gitignore
packages/lit-html/.gitignore
packages/lit-ssr/.gitignore
packages/localize/.gitignore
packages/tests/.gitignore
packages/updating-element/.gitignore

To just:

[local]
.gitignore

[relative]
packages/**/.gitignore
@abdonrd
Copy link
Contributor Author

abdonrd commented Jan 18, 2021

@foray1010 do you have any plan to allow this? Thanks in advance!

@foray1010
Copy link
Owner

work in progress, I guess I could finish it within this week

@foray1010
Copy link
Owner

🚢 3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants