Add new cache directory
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
bde3e5ae65
commit
01f21e0fdf
2
libraries/cache/.gitignore
vendored
Normal file
2
libraries/cache/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/*
|
||||
!/.gitignore
|
||||
@ -74,6 +74,7 @@
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||||
<exclude-pattern>*/libraries/cache/*</exclude-pattern>
|
||||
<exclude-pattern>*/test/sami-config.php</exclude-pattern>
|
||||
<exclude-pattern>*.twig</exclude-pattern>
|
||||
<exclude-pattern>*/twig-templates/*</exclude-pattern>
|
||||
|
||||
@ -12,6 +12,7 @@ parameters:
|
||||
excludes_analyse:
|
||||
- examples/openid.php
|
||||
- node_modules/*
|
||||
- libraries/cache/*
|
||||
- test/sami-config.php
|
||||
- tmp/*
|
||||
- twig-templates/*
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
<exclude>
|
||||
<directory>examples</directory>
|
||||
<directory>node_modules</directory>
|
||||
<directory>libraries/cache</directory>
|
||||
<directory>test</directory>
|
||||
<directory>tmp</directory>
|
||||
<directory>vendor</directory>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user