Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Update SE for Symfony 3.0 #850

Merged
merged 4 commits into from
Sep 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/web/bundles/
/app/bootstrap.php.cache
/app/cache/*
/app/config/parameters.yml
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
/app/phpunit.xml
/build/
/phpunit.xml
/var/bootstrap.php.cache
/var/cache/*
!var/cache/.gitkeep
/var/logs/*
!var/logs/.gitkeep
/var/sessions/*
!var/sessions/.gitkeep
/vendor/
/composer.phar
/web/bundles/
30 changes: 0 additions & 30 deletions UPGRADE-2.2.md

This file was deleted.

52 changes: 0 additions & 52 deletions UPGRADE-2.3.md

This file was deleted.

9 changes: 0 additions & 9 deletions UPGRADE-2.4.md

This file was deleted.

268 changes: 0 additions & 268 deletions UPGRADE.md

This file was deleted.

Loading