Should the exclude config inherit from .gitignore? #119
Closed
codegirl-007
started this conversation in
General
Replies: 2 comments
|
Yeah. I'll make a PR shortly to have it do that and then have a manual list as an option still in case there's no git repo. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I made a change previously here to exclude certain files from autocomplete,
99/lua/99/extensions/files/init.lua
Lines 19 to 30 in 96f3682
I didn't think to just inherit from .gitignore. Are there any reasons to not inherit from it?
All reactions