summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-25 22:20:13 +0200
committerGitHub <noreply@github.com>2018-04-25 22:20:13 +0200
commit993e754afdf6a94e128633be7261e27cfc384f2c (patch)
treef379e1cbef2de87216ce5054ae9e70e65ff5acf1 /Vagrantfile
parent8ad45c8d3660e41fb2c195451a2cc3d3935781e1 (diff)
downloadbugzilla-993e754afdf6a94e128633be7261e27cfc384f2c.tar.gz
bugzilla-993e754afdf6a94e128633be7261e27cfc384f2c.tar.xz
no bug - fix permissions on log files and a few other things (#552)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 2a1c4e9c4..f63c707a0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -22,6 +22,7 @@ RSYNC_ARGS = [
'--copy-links',
'--exclude=local/',
'--exclude=data/',
+ '--exclude=logs/',
'--exclude=template_cache/',
'--exclude=localconfig',
'--include=.git/'