diff options
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. http://edorian.github.com/php-coding-standard-generator/</description> <exclude-pattern>./static</exclude-pattern> <exclude-pattern>./vendor</exclude-pattern> + <exclude-pattern>./templates</exclude-pattern> <exclude-pattern>./config.default.ini.php</exclude-pattern> <exclude-pattern>./config.ini.php</exclude-pattern> |