This directory contains images that are for local environments only.

Store images are actually stored in the [php-store](https://gh.riotgames.com/StoreTeam/php-store/tree/master/app/webroot/img) project.
To link to those store images, you can create symlinks in this folder (/src/img/).
Assuming your php-store is checked out to ~/workspace/

```
cd ./src/img
ln -s ~/workspace/php-store/app/webroot/img/content/ content
```
