Skip to content

Commit 3db681a

Browse files
committed
Exclude "pmd-*" and "latest" directories
The docs will be hosted on docs.pmd-code.org in the future
1 parent 6e66630 commit 3db681a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ exclude:
1616
- README.md
1717
- vendor
1818

19-
# to speed up local builds, exclude the following, too:
20-
# - 'pmd-5*'
21-
# - 'pmd-6*'
19+
# Exclude "pmd-*" and "latest" directories
20+
# The docs will be hosted on docs.pmd-code.org
21+
- 'pmd-*'
22+
- latest
2223

2324
# ----------------------- #
2425
# PMD vars #

0 commit comments

Comments
 (0)