mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Revert "Remove Composer's file and directory."
This reverts commit 5b83681411
.
This commit is contained in:
parent
fad7792207
commit
33f2a7108f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue