SKA: Update and breakdown x-pack/.gitignore (#212341)

## Summary
* Removes unneeded entries from `x-pack/.gitignore`.
* Moves `x-pack/test/` entries to a new, more specific file.
This commit is contained in:
Gerard Soldevila 2025-02-25 11:34:42 +01:00 committed by GitHub
parent 8e3d423572
commit 97095f0ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 13 deletions

1
.github/CODEOWNERS vendored
View file

@ -1600,6 +1600,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
/.eslintignore @elastic/kibana-operations
# QA - Appex QA
/x-pack/test/.gitignore @elastic/appex-qa
/src/platform/packages/shared/kbn-es/src/serverless_resources/project_roles/es/roles.yml @elastic/appex-qa
/src/platform/packages/shared/kbn-es/src/serverless_resources/project_roles/oblt/roles.yml @elastic/appex-qa
/src/platform/packages/shared/kbn-es/src/serverless_resources/project_roles/security/roles.yml @elastic/appex-qa

13
x-pack/.gitignore vendored
View file

@ -1,19 +1,6 @@
/.gradle
/build
/target
/test/functional/failure_debug
/test/functional/screenshots
/test/functional/apps/**/reports/session
/test/reporting/configs/failure_debug/
# TODO remove once all of the modules have been relocated
# we keep them around to avoid conflicts derived of merge commits,
# suddenly adding a huge amount of files due to these rules being outdated
/platform/plugins/private/reporting/.chromium/
/platform/plugins/private/reporting/.phantom/
/plugins/screenshotting/.chromium/
/plugins/screenshotting/chromium/
/.aws-config.json
/.env
/.kibana-plugin-helpers.dev.*

4
x-pack/test/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/functional/failure_debug
/functional/screenshots
/functional/apps/**/reports/session
/reporting/configs/failure_debug/