Skip to content

Commit f051f25

Browse files
authored
Merge pull request #2513 from lushc/feature/ignore-vendors
Revert "Remove Composer's file and directory."
2 parents 3f70a17 + 33f2a71 commit f051f25

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)