├── .gitattributes ├── .github └── FUNDING.yml ├── CHANGELOG.md ├── README.md └── templates └── Magento.xml /.gitattributes: -------------------------------------------------------------------------------- 1 | /docs export-ignore 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markshust/phpstorm-magento-live-templates/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markshust/phpstorm-magento-live-templates/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markshust/phpstorm-magento-live-templates/HEAD/README.md -------------------------------------------------------------------------------- /templates/Magento.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markshust/phpstorm-magento-live-templates/HEAD/templates/Magento.xml --------------------------------------------------------------------------------