Skip to content

Commit

Permalink
Update x-pack .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 18, 2024
1 parent 6d0a6d9 commit 71b506a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion x-pack/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
/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
/plugins/reporting/.chromium/
/platform/plugins/shared/screenshotting/chromium/
/plugins/reporting/.phantom/
/plugins/screenshotting/.chromium/
/plugins/screenshotting/chromium/

/.aws-config.json
/.env
/.kibana-plugin-helpers.dev.*
Expand Down
2 changes: 2 additions & 0 deletions x-pack/platform/plugins/shared/screenshotting/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/chromium/
/.chromium/
3 changes: 3 additions & 0 deletions x-pack/plugins/reporting/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/chromium/
/.chromium/
/.phantom/

0 comments on commit 71b506a

Please sign in to comment.