mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

Otherwise, the `.` is interpreted as a period in a regular expression, which matches every literal character, causing some packages deep in the `node_modules/` hierarchy to be ignored for no reason. For example, if we ignore `.git`, then a package like `foo-git` will be excluded from the final package. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>