Browse Source

Revert "Remove Composer's file and directory."

This reverts commit 5b83681411.
pull/2513/head
Chris Lush 6 years ago
parent
commit
33f2a7108f
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Symfony.gitignore

+ 4
- 0
Symfony.gitignore View File

@@ -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/*~


Loading…
Cancel
Save