Don't ignore templates folder

This commit is contained in:
slawkens 2024-02-01 23:02:32 +01:00
parent b95ae42ace
commit 7bf9d81af9
2 changed files with 5 additions and 1 deletions

View File

@ -9,4 +9,5 @@ require __DIR__ . '/common.php';
const ACTION = '';
const PAGE = '';
const URI = '';
define('SELF_NAME', basename(__FILE__));

View File

@ -8,7 +8,6 @@ parameters:
- system/cache/*
- vendor/*
- plugins/*
- templates/*
- system/libs
- tools/signature/mango.php
- tools/signature/gd.class.php
@ -34,3 +33,7 @@ parameters:
- '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$online_status#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$vocation_name#'
# templates/kathrine/javascript.php
-
message: '#Variable \$tmp in empty\(\) always exists and is not falsy#'
path: templates\kathrine\javascript.php