diff options
author | Yousha Aleayoub <Yousha.A@Hotmail.com> | 2017-03-06 19:16:06 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 19:16:06 +0330 |
commit | 5b83681411d95d9302a3e0414efe82c6b4549d26 (patch) | |
tree | 307218dd9a64cf1fa58cd938f1757e1c046551ab /Symfony.gitignore | |
parent | be962308a6efb6d27446d13ee05b74948e616a01 (diff) | |
download | gitignore-5b83681411d95d9302a3e0414efe82c6b4549d26.tar.gz gitignore-5b83681411d95d9302a3e0414efe82c6b4549d26.zip |
Remove Composer's file and directory.
Diffstat (limited to 'Symfony.gitignore')
-rw-r--r-- | Symfony.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Symfony.gitignore b/Symfony.gitignore index ed4d3c6c..6c224e02 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,7 +25,6 @@ /bin/* !bin/console !bin/symfony_requirements -/vendor/ # Assets and user uploads /web/bundles/ @@ -38,8 +37,5 @@ # Build data /build/ -# Composer PHAR -/composer.phar - # Backup entities generated with doctrine:generate:entities command **/Entity/*~ |