Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 280f09b

Browse files
committed
Fix CLEAN_FILES on Makefile
1 parent f755da3 commit 280f09b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHPCS_PHAR = https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
22
COMPOSER_PHAR = https://getcomposer.org/composer.phar
33
PHPDOCUMENTOR_PHAR_URL = https://github.com/phpDocumentor/phpDocumentor2/releases/download/v2.9.0/phpDocumentor.phar
4-
CLEAN_FILES = composer.phar composer.lock phpDocumentor.phar phpcs.phar phpcbf.phar
4+
CLEAN_FILES = composer.phar composer.lock phpdoc.phar phpcs.phar phpcbf.phar .idea
55
CLEAN_FOLDERS = bin build cover vendor docs/api
66
CLEAN_PATHS = $(CLEAN_FILES) $(CLEAN_FOLDERS)
77
SOURCE_CODE_PATHS = src test examples

0 commit comments

Comments
 (0)