Skip to content

Commit

Permalink
Git ignore log directories introduced in #105
Browse files Browse the repository at this point in the history
Commit: 3f64897
  • Loading branch information
grappler committed May 22, 2018
1 parent 858b785 commit 293e940
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions buddypressorg.test/provision/vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if [ ! -L $SITE_DIR ]; then

# Ignore external dependencies and Meta Environment tweaks
IGNORED_FILES=(
**/logs
**/wordpress
**/wp-content/mu-plugins/sandbox-functionality.php
**/wp-config.php
Expand Down
1 change: 1 addition & 0 deletions jobs.wordpressnet.test/provision/vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if [ ! -L $SITE_DIR ]; then

# Ignore external dependencies and Meta Environment tweaks
IGNORED_FILES=(
**/logs
**/wordpress
**/wp-content/mu-plugins/sandbox-functionality.php
**/wp-content/plugins/si-contact-form
Expand Down
1 change: 1 addition & 0 deletions wordcamp.test/provision/vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if [ ! -L $SITE_DIR ]; then

# Ignore external dependencies and Meta Environment tweaks
IGNORED_FILES=(
**/logs
**/wordpress
**/wp-content/mu-plugins/sandbox-functionality.php
**/wp-content/plugins/camptix
Expand Down
1 change: 1 addition & 0 deletions wordpressorg.test/provision/vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ if [ ! -L $SITE_DIR ]; then

# Ignore external dependencies and Meta Environment tweaks
IGNORED_FILES=(
**/logs
**/wordpress
**/wp-content/languages
**/wp-content/mu-plugins/cavalcade*
Expand Down
1 change: 1 addition & 0 deletions wordpresstv.test/provision/vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if [ ! -L $SITE_DIR ]; then

# Ignore external dependencies and Meta Environment tweaks
IGNORED_FILES=(
**/logs
**/wordpress
**/wp-content/mu-plugins/sandbox-functionality.php
**/wp-config.php
Expand Down

0 comments on commit 293e940

Please sign in to comment.