Tracking 3rd-party dependency files from vendor/ and node_modules/ is not necessary. The .lock files are enough to guarantee that the exact dependency versions are always resolved.
This PR does the following:
untracks vendor/ and node_modules/ directory
updates ext-pdo to PHP version ^8,2
adds a development setup section in README.md to help contributors configure their local dev environment
Tracking 3rd-party dependency files from
vendor/
andnode_modules/
is not necessary. The.lock
files are enough to guarantee that the exact dependency versions are always resolved.This PR does the following:
vendor/
andnode_modules/
directory^8,2
README.md
to help contributors configure their local dev environment