The .gitignore file used to to define which files git should automatically ignore.
As the .gitignore file exists now it is incomplete there are various files that should be added to it.
Such as:
vendor/
composer.lock
.phpunit.result.cache
To name a few.
The .gitignore file used to to define which files git should automatically ignore.
As the .gitignore file exists now it is incomplete there are various files that should be added to it.
Such as:
vendor/
composer.lock
.phpunit.result.cache
To name a few.