diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-29 23:19:35 +0100 |
---|---|---|
committer | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-29 23:19:35 +0100 |
commit | b250ffc561a631d6639c80017e7d0178e7c68e05 (patch) | |
tree | aebb248271453a127955f05c77559e1892ef1c36 | |
parent | 7aef3eb7b3dae478fe90c5dfdb276b693c726272 (diff) | |
download | forums-b250ffc561a631d6639c80017e7d0178e7c68e05.tar forums-b250ffc561a631d6639c80017e7d0178e7c68e05.tar.gz forums-b250ffc561a631d6639c80017e7d0178e7c68e05.tar.bz2 forums-b250ffc561a631d6639c80017e7d0178e7c68e05.tar.xz forums-b250ffc561a631d6639c80017e7d0178e7c68e05.zip |
[feature/event-dispatcher] Add .gitignore to ignore the composer.phar file
PHPBB3-9550
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb7b546445..c6db64b115 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /phpBB/cache/*.html /phpBB/cache/*.php /phpBB/cache/queue.php.lock +/phpBB/composer.phar /phpBB/config.php /phpBB/ext/* /phpBB/files/* |