mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
27 lines
318 B
Plaintext
27 lines
318 B
Plaintext
# Bootstrap
|
|
/app/bootstrap.php.cache
|
|
|
|
# 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
|
|
/bin/
|
|
/vendor/
|
|
|
|
# Assets
|
|
/web/bundles/
|
|
/web/uploads/
|
|
|
|
# PHPUnit
|
|
/app/phpunit.xml
|
|
|
|
# Composer
|
|
/composer.phar
|