diff options
| author | 2022-11-07 01:05:09 +0100 | |
|---|---|---|
| committer | 2022-11-06 19:05:09 -0500 | |
| commit | f2fe9e2ff36efdf6861ed6ab58d820787d62f8d7 (patch) | |
| tree | 23452a45eee4a659f6707acabbdc20f756fd311d /phpcs.xml | |
| parent | ca6c9345b2932b1f955d9d037fa6ed136e84bdc6 (diff) | |
Exclude .git folder (#4824)
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ <description>Created with the PHP Coding Standard Generator. https://edorian.github.com/php-coding-standard-generator/</description> <arg name="extensions" value="php,phtml,css,js"/> <arg name="tab-width" value="4"/> + <exclude-pattern>./.git/</exclude-pattern> <exclude-pattern>./lib/SimplePie/</exclude-pattern> <exclude-pattern>./lib/phpgt/</exclude-pattern> <exclude-pattern>./lib/phpmailer/</exclude-pattern> |
