[Fix #5181] Change the path pattern to match the hidden file by koic · Pull Request #6184 · rubocop/rubocop

Fixes #5181. Fixes #4832. This PR changes the path pattern (*) to match the hidden file. This PR resolves the following problem. AllCops: Exclude: - 'vendor/bundle/**/*' The above .rubocop.ym...