mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00

Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants.
13 lines
181 B
Text
13 lines
181 B
Text
# Bootstrap
|
|
app/bootstrap*
|
|
|
|
# Symfony directories
|
|
vendor/*
|
|
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|
|
|
|
# Configuration files
|
|
app/config/parameters.ini
|
|
app/config/parameters.yml
|