mirror of
https://github.com/github/gitignore.git
synced 2025-02-23 22:54:53 +08:00
17 lines
225 B
Plaintext
17 lines
225 B
Plaintext
# Bootstrap
|
|
app/bootstrap*
|
|
|
|
# Symfony directories
|
|
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|
|
|
|
# Configuration files
|
|
app/config/parameters.ini
|
|
app/config/parameters.yml
|
|
|
|
# Composer dependencies
|
|
vendor/*
|
|
composer.phar
|
|
bin/* |