Skip to content

Commit dd08fb6

Browse files
Update documentation/content/en/book/03-packages/_index.md
Co-authored-by: mozesl-nokia <laszlo.mozes@nokia.com> Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
1 parent 5ef6775 commit dd08fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • documentation/content/en/book/03-packages

documentation/content/en/book/03-packages/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ kpt fn eval wordpress -i search-replace:latest -- 'by-path=spec.selector.tier'
163163
## Excluding files with `.krmignore`
164164

165165
A package may contain files that should not be processed by kpt, such as test fixtures or local development overrides.
166-
You can exclude them by creating a `.krmignore` file in the package directory.It uses the same pattern format as
166+
You can exclude them by creating a `.krmignore` file in the package directory. It uses the same pattern format as
167167
`.gitignore` (except recursive `**` patterns are not supported).
168168

169169
For example, to exclude a `testdata/` directory and all `.bak` files:

0 commit comments

Comments
 (0)