Commit e7b417f
authored
bug #146 Fixes tests/Application .gitignore (mmenozzi)
This PR was merged into the 1.3 branch.
Discussion
----------
The `tests/Application/public/media/image/.gitignore` file has been probably added to the index with a force add (`git add -f`) because the parent `.gitignore` file (the one in `tests/Application`) doesn't properly de-ignore it.
So when someone creates a new plugin from this skeleton the `tests/Application/public/media/image/.gitignore` file is not added to index and the build fails (the `tests/Application/public/media/image/` must exists) otherwise you'll get the error:
```
[Liip\ImagineBundle\Exception\InvalidArgumentException]
Root image path not resolvable ...
```
Commits
-------
9c31fed Fixes tests/Application .gitignore1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments