diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-21 09:17:16 +0000 |
---|---|---|
committer | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-21 09:17:16 +0000 |
commit | c2169f689955dfb3d6fe48bd0186e06583d7f7a4 (patch) | |
tree | 64321e3da3d0937be9a98512c43df67aca6906b4 | |
parent | aee79c6cdb75407ad36be03ac2fb0cc99e78c185 (diff) | |
download | forums-c2169f689955dfb3d6fe48bd0186e06583d7f7a4.tar forums-c2169f689955dfb3d6fe48bd0186e06583d7f7a4.tar.gz forums-c2169f689955dfb3d6fe48bd0186e06583d7f7a4.tar.bz2 forums-c2169f689955dfb3d6fe48bd0186e06583d7f7a4.tar.xz forums-c2169f689955dfb3d6fe48bd0186e06583d7f7a4.zip |
[feature/events-dispatcher] Adding phpBB/vendor to .gitignore
PHPBB3-9550
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d789c59a1..59f7f49e65 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /phpBB/images/avatars/gallery/* /phpBB/images/avatars/upload/* /phpBB/store/* +/phpBB/vendor /tests/phpbb_unit_tests.sqlite2 /tests/test_config.php /tests/tmp/* |