Closed apolopena closed 3 years ago
will have to do a .gitignore on the entire phpmyadmin folder as there are 2500+ files in there no matter what. Installations of the project outside of gitpod will have their own seperate set of deployment steps. Regarding github: The phpmyadmin install will exist for the life time of the workspace so that will work for development purposes
Describe the bug
composer libraries in /public/phpmyadmin/vendor are bloating the phpmyadmin optional install Branch: development
Screenshots
Steps to reproduce
INSTALL_PHPMAYADMIN=1
instarter.ini
Expected behavior
Should probably be less than a couple hundred files overall for just Laravel and phpmyadmin installs.
Additional information
Probably just need to dynamically add
/vendor/public/phpmyadmin
to/.gitignore