# Shop configuration
/source/config.inc.php

# Log
/source/log/
!/source/log/.htaccess

# Cache
/source/cache/
!/source/cache/.htaccess
!/source/cache/dir.txt

# Export
/source/export/
!/source/export/.gitkeep

# Temporary files
/source/tmp/
!/source/tmp/.htaccess

# Composer
/vendor/
/composer.lock

# Testing library
/test_config.yml
/source/Services/

# Editions
/source/Edition/

# IDE
/.idea/
/.phpstorm-oxid.meta.php
/.ide-helper.php

# OS
.DS_Store

# DI cache
/source/Internal/Application/containercache.php
