Skip to content

Commit

Permalink
chore: Ignore config files for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Dec 31, 2020
1 parent f226a98 commit d6fe8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"**/__snapshots__/",
"**/*.test.*.?(c|m)js",
"**/*.test.?(c|m)js",
"*.config.?(c|m)js",
"*.json",
"*.md?(x)"
]
}
Expand Down

0 comments on commit d6fe8a6

Please sign in to comment.