1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 13:47:58 +02:00

Revert "Remove Composer's file and directory."

This reverts commit 5b83681411.
This commit is contained in:
Chris Lush 2017-11-09 15:35:03 +00:00
parent fad7792207
commit 33f2a7108f

View File

@ -25,6 +25,7 @@
/bin/* /bin/*
!bin/console !bin/console
!bin/symfony_requirements !bin/symfony_requirements
/vendor/
# Assets and user uploads # Assets and user uploads
/web/bundles/ /web/bundles/
@ -37,6 +38,9 @@
# Build data # Build data
/build/ /build/
# Composer PHAR
/composer.phar
# Backup entities generated with doctrine:generate:entities command # Backup entities generated with doctrine:generate:entities command
**/Entity/*~ **/Entity/*~