Skip to content

Commit 8cba040

Browse files
authored
docs: add **/*.spec.* pattern to ignore (#2245)
1 parent feca357 commit 8cba040

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/en/docs/5.configuration-glossary/15.configuration-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ By default all files which start with `-` will be ignored, such as `store/-foo.j
5454
## The ignore Property
5555

5656
- Type: `Array`
57-
- Default: `['**/*.test.*']`
57+
- Default: `['**/*.test.*', '**/*.spec.*']`
5858

5959
> More customizable than `ignorePrefix`: all files matching glob patterns specified inside `ignore` will be ignored in building.
6060

content/es/docs/5.configuration-glossary/15.configuration-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ By default all files which start with `-` will be ignored, such as `store/-foo.j
5252
## The ignore Property
5353

5454
- Type: `Array`
55-
- Default: `['**/*.test.*']`
55+
- Default: `['**/*.test.*', '**/*.spec.*']`
5656

5757
> More customizable than `ignorePrefix`: all files matching glob patterns specified inside `ignore` will be ignored in building.
5858

content/fr/docs/5.configuration-glossary/15.configuration-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Par défaut, tous les fichiers qui commencent par un `-` seront ignorés, tels q
5353
## La propriété ignore
5454

5555
- Type: `Array`
56-
- Par défaut: `['**/*.test.*']`
56+
- Par défaut: `['**/*.test.*', '**/*.spec.*']`
5757

5858
> Encore plus personnalisable que `ignorePrefix`: tous les fichiers qui match les _glob patterns_ spécifiés dans `ignore` seront ignorés lors de la phase de build.
5959

content/ja/docs/5.configuration-glossary/15.configuration-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ middleware/foo/*.js
5252
## ignore プロパティ
5353

5454
- 型: `Array`
55-
- デフォルト: `['**/*.test.*']`
55+
- デフォルト: `['**/*.test.*', '**/*.spec.*']`
5656

5757
> `ignorePrefix` よりもカスタマイズ: `ignore` で指定された glob パターンにマッチするすべてのファイルはビルド時に無視されます。
5858

content/pt-br/docs/5.configuration-glossary/15.configuration-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ By default all files which start with `-` will be ignored, such as `store/-foo.j
5252
## The ignore Property
5353

5454
- Type: `Array`
55-
- Default: `['**/*.test.*']`
55+
- Default: `['**/*.test.*', '**/*.spec.*']`
5656

5757
> More customizable than `ignorePrefix`: all files matching glob patterns specified inside `ignore` will be ignored in building.
5858

content/pt/docs/5.configuration-glossary/15.configuration-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Por padrão todos ficheiros os quais começam com o `-` serão ignorados, fichei
5252
## A propriedade ignore
5353

5454
- Tipo: `Array`
55-
- Valor padrão: `['**/*.test.*']`
55+
- Valor padrão: `['**/*.test.*', '**/*.spec.*']`
5656

5757
> Mais personalizável do que o `ignorePrefix`: todos ficheiros correspondentes ao padrão global especificado dentro do `ignore` será ignorado na construção.
5858

0 commit comments

Comments
 (0)