mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[7.x] chore(NA): list auto generated files by tooling in the .gitignore (#157055)
This PR adds a couple of missing files in the `.gitignore` for `7.17` that put us in dangerous of committing by mistake a lot of auto generated files into this branch.
This commit is contained in:
parent
fa4f6384f2
commit
43d6a40ca5
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -84,6 +84,7 @@ report.asciidoc
|
|||
|
||||
# Automatically generated and user-modifiable
|
||||
/tsconfig.refs.json
|
||||
*.type_check.json
|
||||
|
||||
# Yarn local mirror content
|
||||
.yarn-local-mirror
|
||||
|
@ -97,4 +98,9 @@ report.asciidoc
|
|||
|
||||
# Exclude renovate config file (we only need it on master)
|
||||
renovate.json5
|
||||
/packages/kbn-synthetic-package-map/synthetic-packages.json
|
||||
|
||||
# Exclude auto generated files from tooling
|
||||
/packages/*/synthetic-packages.json
|
||||
/packages/*/package-map.json
|
||||
/packages/*/config-paths.json
|
||||
/x-pack/plugins/screenshotting/chromium
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue