gitignore/Symfony2.gitignore

25 lines
310 B
Plaintext
Raw Normal View History

2014-05-28 06:02:45 -04:00
# Cache and logs
2014-05-28 05:57:41 -04:00
/app/cache/*
2014-05-28 06:02:45 -04:00
/app/logs/*
2014-05-28 05:58:44 -04:00
!app/cache/.gitkeep
!app/logs/.gitkeep
2014-05-28 06:02:45 -04:00
# Parameters
2014-05-28 05:57:41 -04:00
/app/config/parameters.yml
2014-05-28 06:02:45 -04:00
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
2014-05-28 06:02:45 -04:00
/bin/
/vendor/
# Assets
/web/bundles/
/web/uploads/
# PHPUnit
2014-05-28 05:57:41 -04:00
/app/phpunit.xml
2014-05-28 06:22:34 -04:00
# Composer PHAR
2014-05-28 05:57:41 -04:00
/composer.phar