There was an error while loading. Please reload this page.
1 parent 5ef6775 commit dd08fb6Copy full SHA for dd08fb6
1 file changed
documentation/content/en/book/03-packages/_index.md
@@ -163,7 +163,7 @@ kpt fn eval wordpress -i search-replace:latest -- 'by-path=spec.selector.tier'
163
## Excluding files with `.krmignore`
164
165
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
+You can exclude them by creating a `.krmignore` file in the package directory. It uses the same pattern format as
167
`.gitignore` (except recursive `**` patterns are not supported).
168
169
For example, to exclude a `testdata/` directory and all `.bak` files:
0 commit comments