- Added new font files: Cakedingbats (TTF, WOFF, WOFF2) and Raleway (various styles and encodings). - Included new images: cake-logo.png, cake.icon.png, cake.logo.svg, and cake.power.gif. - Created initial index.php file for handling requests in CakePHP framework. - Added .gitkeep file in the js directory to maintain the folder structure.
13 lines
368 B
XML
13 lines
368 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="App">
|
|
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer"/>
|
|
|
|
<rule ref="CakePHP"/>
|
|
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint">
|
|
<exclude-pattern>*/src/Controller/*</exclude-pattern>
|
|
</rule>
|
|
|
|
<file>src/</file>
|
|
<file>tests/</file>
|
|
</ruleset>
|