php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

not respecting .gitignore

Open jasonwilliams opened this issue 6 years ago • 0 comments
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

jasonwilliams avatar Oct 10 '19 23:10 jasonwilliams