File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
buddypressorg.dev/provision
jobs.wordpressnet.dev/provision
wordpressorg.dev/provision
wordpresstv.dev/provision Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ if [ ! -L $SITE_DIR ]; then
46
46
47
47
# Ignore external dependencies and Meta Environment tweaks
48
48
IGNORED_FILES=(
49
+ ** /logs
49
50
** /wordpress
50
51
** /wp-content/mu-plugins/sandbox-functionality.php
51
52
** /wp-config.php
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ if [ ! -L $SITE_DIR ]; then
37
37
38
38
# Ignore external dependencies and Meta Environment tweaks
39
39
IGNORED_FILES=(
40
+ ** /logs
40
41
** /wordpress
41
42
** /wp-content/mu-plugins/sandbox-functionality.php
42
43
** /wp-content/plugins/si-contact-form
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ ! -L $SITE_DIR ]; then
52
52
53
53
# Ignore external dependencies and Meta Environment tweaks
54
54
IGNORED_FILES=(
55
+ ** /logs
55
56
** /wordpress
56
57
** /wp-content/mu-plugins/sandbox-functionality.php
57
58
** /wp-content/plugins/camptix
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ if [ ! -L $SITE_DIR ]; then
100
100
101
101
# Ignore external dependencies and Meta Environment tweaks
102
102
IGNORED_FILES=(
103
+ ** /logs
103
104
** /wordpress
104
105
** /wp-content/languages
105
106
** /wp-content/mu-plugins/cavalcade*
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ if [ ! -L $SITE_DIR ]; then
38
38
39
39
# Ignore external dependencies and Meta Environment tweaks
40
40
IGNORED_FILES=(
41
+ ** /logs
41
42
** /wordpress
42
43
** /wp-content/mu-plugins/sandbox-functionality.php
43
44
** /wp-config.php
You can’t perform that action at this time.
0 commit comments