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

Commit e6a04cb

Browse files
committed
moved to the 3.0 directory structure
1 parent 8cc8aad commit e6a04cb

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/web/bundles/
21
/app/bootstrap.php.cache
3-
/app/cache/*
42
/app/config/parameters.yml
5-
/app/logs/*
6-
!app/cache/.gitkeep
7-
!app/logs/.gitkeep
83
/app/phpunit.xml
94
/build/
5+
/var/cache/*
6+
!var/cache/.gitkeep
7+
/var/logs/*
8+
!var/logs/.gitkeep
109
/vendor/
11-
/composer.phar
10+
/web/bundles/

app/console renamed to bin/console

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)