Skip to content

Commit 512af8b

Browse files
Merge pull request #967 from nextcloud/bugfix/noid/ignore-ci-file-on-build
fix: Remove CI file from package
2 parents f391f72 + c496250 commit 512af8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ appstore: clean build
6060
--exclude=/package.json \
6161
--exclude=/.php-cs-fixer.cache \
6262
--exclude=/.php-cs-fixer.dist.php \
63+
--exclude=/psalm.xml \
6364
--exclude=/stylelint.config.js \
6465
--exclude=/translationfiles \
6566
--exclude=/.tx \

0 commit comments

Comments
 (0)