# project files
.idea/*

# environment files
app/config/*-environment.php
app/tests/acceptance.suite.yml
app/tests/functional.suite.yml
web/css/*
web/js/*
web/index.php
web/test.php

# local configurations
app/config/*-local.php

# runtime directories
app/runtime/*
app/tests/_log/*
web/assets/*
web/files/*

# composer
vendor/*
composer.phar

# codeception
codecept.phar

# npm
node_modules/*

# vagrant
.vagrant/