mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Merge pull request #2312 from Yousha/patch-1
Remove Composer's file and directory from Symfony.
This commit is contained in:
commit
1489551937
@ -25,7 +25,6 @@
|
|||||||
/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/
|
||||||
@ -38,8 +37,5 @@
|
|||||||
# 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/*~
|
||||||
|
Loading…
Reference in New Issue
Block a user