Rename Symfony2.gitignore to Symfony.gitignore
The old Symfony.gitignore has been removed (a383e55
) as Symfony 1 is no longer
supported.
This commit is contained in:
24
Symfony.gitignore
Normal file
24
Symfony.gitignore
Normal file
@@ -0,0 +1,24 @@
|
||||
# Cache and logs
|
||||
/app/cache/*
|
||||
/app/logs/*
|
||||
!app/cache/.gitkeep
|
||||
!app/logs/.gitkeep
|
||||
|
||||
# Parameters
|
||||
/app/config/parameters.yml
|
||||
/app/config/parameters.ini
|
||||
|
||||
# Managed by Composer
|
||||
/app/bootstrap.php.cache
|
||||
/bin/
|
||||
/vendor/
|
||||
|
||||
# Assets and user uploads
|
||||
/web/bundles/
|
||||
/web/uploads/
|
||||
|
||||
# PHPUnit
|
||||
/app/phpunit.xml
|
||||
|
||||
# Composer PHAR
|
||||
/composer.phar
|
Reference in New Issue
Block a user