diff options
author | Chris Lush <chris@codevate.com> | 2017-11-09 15:35:03 +0000 |
---|---|---|
committer | Chris Lush <chris@codevate.com> | 2017-11-09 15:35:03 +0000 |
commit | 33f2a7108f0e49f4010c980b661f53ba8c540c19 (patch) | |
tree | 96de9392332ddc5550cc39cc67825ea99f27eaf6 /Symfony.gitignore | |
parent | fad779220742a6d54ccfc0c1a0e5b3d820253de6 (diff) | |
download | gitignore-33f2a7108f0e49f4010c980b661f53ba8c540c19.tar.gz gitignore-33f2a7108f0e49f4010c980b661f53ba8c540c19.zip |
Revert "Remove Composer's file and directory."
This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26.
Diffstat (limited to 'Symfony.gitignore')
-rw-r--r-- | Symfony.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Symfony.gitignore b/Symfony.gitignore index 85fd714a..d098259f 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,6 +25,7 @@ /bin/* !bin/console !bin/symfony_requirements +/vendor/ # Assets and user uploads /web/bundles/ @@ -37,6 +38,9 @@ # Build data /build/ +# Composer PHAR +/composer.phar + # Backup entities generated with doctrine:generate:entities command **/Entity/*~ |