- 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.
16 lines
444 B
XML
16 lines
444 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
errorLevel="2"
|
|
resolveFromConfigFile="true"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src/"/>
|
|
<ignoreFiles>
|
|
<directory name="vendor/"/>
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
</psalm>
|