andig / videodb

The videoDB media collection software
65 stars 42 forks source link

Use composer as intended - remove contents of vendor in git #153

Open johanneskonst opened 1 year ago

johanneskonst commented 1 year ago

Usually projects only commit composer.json and composer.lock files to git since those can be used to recreate vendor folder. Investigate if we can switch to that mode of operation and remove contents of vendor folder from git.