aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/sami.conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sami.conf.php b/build/sami.conf.php
index de23684548..dd57ec8780 100644
--- a/build/sami.conf.php
+++ b/build/sami.conf.php
@@ -18,9 +18,9 @@ $iterator = Symfony\Component\Finder\Finder::create()
->name('*.php')
->in(__DIR__ . '/../phpBB/')
->notPath('#^cache/#')
+ ->notPath('#^develop/#')
->notPath('#^ext/#')
->notPath('#^vendor/#')
- ->notPath('#^develop/#')
->notPath('data')
;