Skip to content

Commit

Permalink
Add _ide_helpers.php to git export-ignore
Browse files Browse the repository at this point in the history
This file actually interferes with application-level LSP, because LSP
picks it up and indexes it, then things break like goto definition and
results in warnings about missing methods like `Route::get()`.

Fixes  #557
  • Loading branch information
gerardroche committed Nov 27, 2023
1 parent 12e7937 commit ca0b64c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore
/.php-cs-fixer.dist export-ignore
/_ide_helpers.php export-ignore

0 comments on commit ca0b64c

Please sign in to comment.