Skip to content

Commit

Permalink
docs: add **/*.spec.* pattern to ignore (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuaki0331 authored Apr 25, 2024
1 parent feca357 commit 8cba040
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ By default all files which start with `-` will be ignored, such as `store/-foo.j
## The ignore Property

- Type: `Array`
- Default: `['**/*.test.*']`
- Default: `['**/*.test.*', '**/*.spec.*']`

> More customizable than `ignorePrefix`: all files matching glob patterns specified inside `ignore` will be ignored in building.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ By default all files which start with `-` will be ignored, such as `store/-foo.j
## The ignore Property

- Type: `Array`
- Default: `['**/*.test.*']`
- Default: `['**/*.test.*', '**/*.spec.*']`

> More customizable than `ignorePrefix`: all files matching glob patterns specified inside `ignore` will be ignored in building.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Par défaut, tous les fichiers qui commencent par un `-` seront ignorés, tels q
## La propriété ignore

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

> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ middleware/foo/*.js
## ignore プロパティ

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

> `ignorePrefix` よりもカスタマイズ: `ignore` で指定された glob パターンにマッチするすべてのファイルはビルド時に無視されます。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ By default all files which start with `-` will be ignored, such as `store/-foo.j
## The ignore Property

- Type: `Array`
- Default: `['**/*.test.*']`
- Default: `['**/*.test.*', '**/*.spec.*']`

> More customizable than `ignorePrefix`: all files matching glob patterns specified inside `ignore` will be ignored in building.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Por padrão todos ficheiros os quais começam com o `-` serão ignorados, fichei
## A propriedade ignore

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

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

0 comments on commit 8cba040

Please sign in to comment.