mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
f0d9ce471a
Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants.
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
# Bootstrap
|
|
app/bootstrap*
|
|
|
|
# Symfony directories
|
|
vendor/*
|
|
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|
|
|
|
# Configuration files
|
|
app/config/parameters.ini
|
|
app/config/parameters.yml
|