Skip to content

Commit a893ba6

Browse files
committed
Git ignore log directories introduced in #105
Commit: 3f64897
1 parent bdc2974 commit a893ba6

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

buddypressorg.dev/provision/vvv-init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if [ ! -L $SITE_DIR ]; then
4646

4747
# Ignore external dependencies and Meta Environment tweaks
4848
IGNORED_FILES=(
49+
**/logs
4950
**/wordpress
5051
**/wp-content/mu-plugins/sandbox-functionality.php
5152
**/wp-config.php

jobs.wordpressnet.dev/provision/vvv-init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ ! -L $SITE_DIR ]; then
3737

3838
# Ignore external dependencies and Meta Environment tweaks
3939
IGNORED_FILES=(
40+
**/logs
4041
**/wordpress
4142
**/wp-content/mu-plugins/sandbox-functionality.php
4243
**/wp-content/plugins/si-contact-form

wordcamp.dev/provision/vvv-init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if [ ! -L $SITE_DIR ]; then
5252

5353
# Ignore external dependencies and Meta Environment tweaks
5454
IGNORED_FILES=(
55+
**/logs
5556
**/wordpress
5657
**/wp-content/mu-plugins/sandbox-functionality.php
5758
**/wp-content/plugins/camptix

wordpressorg.dev/provision/vvv-init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ if [ ! -L $SITE_DIR ]; then
100100

101101
# Ignore external dependencies and Meta Environment tweaks
102102
IGNORED_FILES=(
103+
**/logs
103104
**/wordpress
104105
**/wp-content/languages
105106
**/wp-content/mu-plugins/cavalcade*

wordpresstv.dev/provision/vvv-init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if [ ! -L $SITE_DIR ]; then
3838

3939
# Ignore external dependencies and Meta Environment tweaks
4040
IGNORED_FILES=(
41+
**/logs
4142
**/wordpress
4243
**/wp-content/mu-plugins/sandbox-functionality.php
4344
**/wp-config.php

0 commit comments

Comments
 (0)