mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
18 lines
210 B
Plaintext
18 lines
210 B
Plaintext
# Bootstrap
|
|
app/bootstrap*
|
|
|
|
# Symfony directories
|
|
vendor/*
|
|
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|
|
bin/*
|
|
build/*
|
|
composer.phar
|
|
|
|
|
|
# Configuration files
|
|
app/config/parameters.ini
|
|
app/config/parameters.yml
|