php-language-server
php-language-server copied to clipboard
not respecting .gitignore
trafficstars
I have a folder which has hundreds of generated PHP files (don't ask), i think some framework we use generates them.
This generated folder is in our .gitignore.
Unfortunately the vscode intellisense starts trying to parse them all and my laptop fans start spinning. Is there anything that can be done to ignore folders mentioned from .gitignore? Probably similar to https://github.com/felixfbecker/php-language-server/issues/164