-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ignore patterns from global gitignore #9
base: master
Are you sure you want to change the base?
Conversation
Hello @matusf! Thank you for your work! I would appreciate it if you could rebase your changes onto my latest upstream changes. As for the code, I will add some comments! |
e7bdc1b
to
cb4dc01
Compare
@npx rebased! |
@matusf can you see the comments I made a while ago? |
No, I don't see any of them. |
ping @npx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this make it visible? Can you see the review now? @matusf
Yes, I see it now, thanks. I'll make the changes shortly. |
cb4dc01
to
6acd1da
Compare
- add function for expanding paths starting with `~` - add method for getting path to global gitignore from git config
6acd1da
to
3711b35
Compare
Hi @npx, I've made the changes. Could you please check if it's all ok? |
@npx good enhancement. I would vote to include this. |
Hi! First of all, thanks for this awesome extension!
I've added a functionality to ignore patterns from global git ignore. I'm sorry if this is not the most idiomatic typescript, I was coding in typescript for the first time 😃 However, I'm happy to follow your review recommendations if you have any.
closes #1