Task: Add XML directory to shared dirs
This commit is contained in:
@@ -29,5 +29,3 @@ yarn-error.log
|
|||||||
###> liip/imagine-bundle ###
|
###> liip/imagine-bundle ###
|
||||||
/public/media/cache/
|
/public/media/cache/
|
||||||
###< liip/imagine-bundle ###
|
###< liip/imagine-bundle ###
|
||||||
|
|
||||||
xmlexport
|
|
||||||
@@ -9,6 +9,7 @@ add('shared_dirs', [
|
|||||||
'uploads',
|
'uploads',
|
||||||
'var/log',
|
'var/log',
|
||||||
'var/sessions',
|
'var/sessions',
|
||||||
|
'xmlexport',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
add('shared_files', [
|
add('shared_files', [
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user