add/ignore-file#501
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository-level configuration files to support automated documentation analysis tooling by defining (1) where the documentation source lives and (2) which files/directories should be excluded from doc analysis workflows.
Changes:
- Introduces
.docs-source.jsonto point documentation tooling at thedocs/directory. - Adds
.docsignoreto exclude common non-doc inputs (build outputs, dependencies, IDE files, licenses, changelogs, README files) from documentation analysis outputs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.docsignore |
Defines ignore patterns to exclude non-documentation content from doc analysis workflows. |
.docs-source.json |
Configures the documentation root path (docs) for tooling that consumes this config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Micha Hobert (Isengo1989)
added a commit
that referenced
this pull request
May 22, 2026
* [create-pull-request] automated change (#488) Co-authored-by: shopwareBot <example@example.com> * [create-pull-request] automated change (#500) Co-authored-by: shopwareBot <example@example.com> * docs(sync): document foreign key resolvers (#495) Adds a new "Foreign key resolvers" section to the Sync API guide covering the {resolver, value, nullOnMissing} payload shape and listing the eight built-in resolvers (product.number plus the seven new tier-1 resolvers for currency, locale, payment_method, shipping_method, document_type, salutation, tax). Includes a warning about tax.tax_rate's non-unique column behavior. * add/ignore-file (#501) * [create-pull-request] automated change (#498) Co-authored-by: shopwareBot <example@example.com> * [create-pull-request] automated change --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shopwareBot <example@example.com> Co-authored-by: Soner <github@shyim.de> Co-authored-by: Micha Hobert <m.hobert@shopware.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.