Skip to content

Commit

Permalink
fix: add runtime directory to excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Apr 2, 2024
1 parent 6529f41 commit 4b0bba0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"version": "0.5.6"
"version": "0.5.7"
}
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"JustCoded\\PhpCodeAnalysisTool\\": "./"
}
},
"version": "0.5.6"
"version": "0.5.7"
}
4 changes: 4 additions & 0 deletions src/ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@
'src/build',
'boilerplate/build',

'runtime',
'src/runtime',
'boilerplate/runtime',

'node_modules',
'src/node_modules',
'src/admin/node_modules',
Expand Down

0 comments on commit 4b0bba0

Please sign in to comment.