Reviewing pull requests, I often see contributors sneakily adding editor configuration to the repository's .gitignore file. composer.lock package.lock+ .vscode If everyone would commit their environment-specific .gitignore rules, we'd have a long list to maintain! My…