gitignore/Symfony2.gitignore

25 lines
327 B
Plaintext
Raw Normal View History

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