Skip to content

Commit c76f0a1

Browse files
authored
docs: behavior of ignore on dotfiles
1 parent a886214 commit c76f0a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ like tests, documentation or build files that could have been included by a depe
201201
}
202202
```
203203

204+
Note that both `**` and `*` would not match dotfiles e.g. `.git`,
205+
the dotfile names must be in the glob explicitly to be matched.
206+
204207
To see if you have unwanted files in your executable, read the [Exploring virtual file system embedded in debug mode](#exploring-virtual-file-system-embedded-in-debug-mode) section.
205208

206209
### Options

0 commit comments

Comments
 (0)