diff options
author | Matt Friedman <maf675@gmail.com> | 2016-03-12 11:26:26 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-04-28 08:36:49 -0700 |
commit | 6196e4ae4d5bec5d43dbf0db7c19a8ba4e43ae9e (patch) | |
tree | 4c64c8a459850f434bdd7061570f5dbbf777fd8c /.gitignore | |
parent | Merge pull request #4286 from VSEphpbb/ticket/14569 (diff) | |
download | phpbb-6196e4ae4d5bec5d43dbf0db7c19a8ba4e43ae9e.tar.gz phpbb-6196e4ae4d5bec5d43dbf0db7c19a8ba4e43ae9e.tar.bz2 phpbb-6196e4ae4d5bec5d43dbf0db7c19a8ba4e43ae9e.zip |
[ticket/14547] Add Vagrant to phpBB
PHPBB3-14547
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8fd9b40073..e980efdb84 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ /tests/test_config*.php /tests/tmp/* /tests/vendor +/vagrant/phpbb-install-config.yml +.vagrant |