Skip to content

Commit ed15aaa

Browse files
authored
Merge pull request #113 from pamil/1.1-web-errors
Keep predefined directories in "web" in test application
2 parents ede4dda + 005e194 commit ed15aaa

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

tests/Application/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
!/var/.gitkeep
55

66
/web/*
7+
!/web/assets/.gitkeep
8+
!/web/bundles/.gitkeep
9+
!/web/media/image/.gitkeep
710
!/web/app.php
811
!/web/app_dev.php
912
!/web/app_test.php

tests/Application/web/assets/.gitkeep

Whitespace-only changes.

tests/Application/web/bundles/.gitkeep

Whitespace-only changes.

tests/Application/web/media/image/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)