mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat(npmignore): handle *.test.*js files
This naming scheme is used by `node:test` and its userland implementation `test`.
This commit is contained in:
@@ -24,6 +24,8 @@ example.{,c,m}js.map
|
||||
/tests/
|
||||
*.spec.{,c,m}js
|
||||
*.spec.{,c,m}js.map
|
||||
*.test.{,c,m}js
|
||||
*.test.{,c,m}js.map
|
||||
|
||||
__snapshots__/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user