Skip to content

Commit e0b0239

Browse files
sdavidsduniul
authored andcommitted
fix(defaults): add adoc to the AsciiDoc glob
fix #31 Signed-off-by: Sebastian Davids <[email protected]>
1 parent 680825a commit e0b0239

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sour-keys-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"clean-modules": patch
3+
---
4+
5+
Add `adoc` to the AsciiDoc glob in `.cleanmodules-default`.

.cleanmodules-default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ website/
5050
*.@(md|mkd|markdown|mdown)
5151
*.todo
5252
*.mustache
53-
*.asciidoc
53+
*.@(adoc|asciidoc)
5454
*.DOCS
5555

5656
# compiled

0 commit comments

Comments
 (0)