Skip to content

Commit 33f2a71

Browse files
author
Chris Lush
committed
Revert "Remove Composer's file and directory."
This reverts commit 5b83681.
1 parent fad7792 commit 33f2a71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Symfony.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/bin/*
2626
!bin/console
2727
!bin/symfony_requirements
28+
/vendor/
2829

2930
# Assets and user uploads
3031
/web/bundles/
@@ -37,6 +38,9 @@
3738
# Build data
3839
/build/
3940

41+
# Composer PHAR
42+
/composer.phar
43+
4044
# Backup entities generated with doctrine:generate:entities command
4145
**/Entity/*~
4246

0 commit comments

Comments
 (0)