mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-14 16:54:29 +02:00
Don't ignore templates folder
This commit is contained in:
parent
b95ae42ace
commit
7bf9d81af9
@ -9,4 +9,5 @@ require __DIR__ . '/common.php';
|
||||
|
||||
const ACTION = '';
|
||||
const PAGE = '';
|
||||
const URI = '';
|
||||
define('SELF_NAME', basename(__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
|
||||
|
Loading…
x
Reference in New Issue
Block a user