mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
SKA: Update and breakdown x-pack/.gitignore (#212335)
## Summary * Removes unneeded entries from `x-pack/.gitignore`. * Moves `x-pack/test/` entries to a new, more specific file.
This commit is contained in:
parent
af3409518f
commit
50039f6c2e
2 changed files with 4 additions and 13 deletions
13
x-pack/.gitignore
vendored
13
x-pack/.gitignore
vendored
|
@ -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
4
x-pack/test/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/functional/failure_debug
|
||||
/functional/screenshots
|
||||
/functional/apps/**/reports/session
|
||||
/reporting/configs/failure_debug/
|
Loading…
Add table
Add a link
Reference in a new issue