Skip to content

Commit ad44765

Browse files
authored
chore(hook): do not commit bundled spec (#426)
1 parent d89b1ce commit ad44765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/generation.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
module.exports = {
33
patterns: [
44
// Ignore the roots and go down the tree by negating hand written files
5+
'specs/bundled/*.yml',
6+
57
'clients/**',
68
'clients/**/.*', // hidden files are not ignored by default
79
'!clients/README.md',

0 commit comments

Comments
 (0)