Unverified Commit f051f25c authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2513 from lushc/feature/ignore-vendors

Revert "Remove Composer's file and directory."
parents 3f70a17b 33f2a710
...@@ -25,6 +25,7 @@ ...@@ -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 @@ ...@@ -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/*~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment