Skip to content

Commit 4b0bba0

Browse files
committed
fix: add runtime directory to excludes
1 parent 6529f41 commit 4b0bba0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"dealerdirect/phpcodesniffer-composer-installer": true
3030
}
3131
},
32-
"version": "0.5.6"
32+
"version": "0.5.7"
3333
}

src/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"JustCoded\\PhpCodeAnalysisTool\\": "./"
1515
}
1616
},
17-
"version": "0.5.6"
17+
"version": "0.5.7"
1818
}

src/ecs.php

+4
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@
309309
'src/build',
310310
'boilerplate/build',
311311

312+
'runtime',
313+
'src/runtime',
314+
'boilerplate/runtime',
315+
312316
'node_modules',
313317
'src/node_modules',
314318
'src/admin/node_modules',

0 commit comments

Comments
 (0)