Allow devs to directly open profiler links in php storm IDE #2

Merged
mathieu merged 2 commits from skeleton/phpstorm-dev-integration into main 2023-03-08 15:46:31 +00:00
Showing only changes of commit b55914e40f - Show all commits

3
.gitignore vendored
View File

@ -50,17 +50,18 @@ phpunit.xml
nbproject/* nbproject/*
.idea .idea
.ignore
### template/api/specs.yaml should be compiled ### template/api/specs.yaml should be compiled
templates/api/specs.yaml templates/api/specs.yaml
###> symfony/webpack-encore-bundle ### ###> symfony/webpack-encore-bundle ###
/node_modules/ /node_modules/
/public/build/ /public/build/
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
###< symfony/webpack-encore-bundle ### ###< symfony/webpack-encore-bundle ###
###> symfony/phpunit-bridge ### ###> symfony/phpunit-bridge ###
.phpunit .phpunit
.phpunit.result.cache .phpunit.result.cache