You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Symfony2.gitignore 181B

12345678910111213
  1. # Bootstrap
  2. app/bootstrap*
  3. # Symfony directories
  4. vendor/*
  5. */logs/*
  6. */cache/*
  7. web/uploads/*
  8. web/bundles/*
  9. # Configuration files
  10. app/config/parameters.ini
  11. app/config/parameters.yml