1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 16:58:25 +02:00
gitignore/Symfony2.gitignore
Douglas Greenshields f0d9ce471a Added parameters.yml to list for Symfony2.
Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants.
2012-03-19 18:54:06 +00:00

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