Fix config/hackystack-*.php.example files to be empty and move GitLab examples to `.example-gitlab`
Summary
The community best practice is that .php.example files are the empty templates to use for your environment configuration, and should not be populated with real example data.
Some of the .example files in earlier commits include the GitLab implementation examples and need to be renamed.
Suggested Implementation
- Rename
config/hackystack-auth-groups.php.exampletoconfig/hackystack-auth-groups.php.example-gitlab - Rename
config/hackystack-auth-provider-fields.php.exampletoconfig/hackystack-auth-provider-fields.php.example-gitlab - Rename
config/hackystack-cloud-realms.php.exampletoconfig/hackystack-cloud-realms.php.example-gitlab - Create new files with empty
return []arrays since the instructions are already documented in the comment block at the top of the file.