Read excluded patterns from configuration
Removes a common nuisance around generated source files (#464, #594, #601) and adds a configuration option to exclude specified patterns when desired.
Just saw https://github.com/fwcd/kotlin-language-server/pull/574 which has a similar idea. Sorry I didn't notice that earlier, though it seems like there was some desire to read exclusions outside of init configuration, and I think the .gitignore style directory-sensitive patterns supported here are probably advantageous. Sure seems to be a lot of interest in this feature!
This one looks very reasonable I think it might be the safest for now to merge (before https://github.com/fwcd/kotlin-language-server/pull/637 and replacing https://github.com/fwcd/kotlin-language-server/pull/574 ).
How is the process going?
It seems that everything is suitable for this to be merged. Is there any blockers?