.DS_Store
.buildpath
.cache
.project
.settings
nbproject/
*~
.#*
*.bak
*.orig
*.rej
*.swp
*.kdev4
.kdev4/*

# Ignore ALL config files
conf.php

# Ignore testing files
run-tests.log
/test/*/*/*.diff
/test/*/*/*.exp
/test/*/*/*.log
/test/*/*/*.out
/test/*/*/*/*.diff
/test/*/*/*/*.exp
/test/*/*/*/*.log
/test/*/*/*/*.out

# Ignore locally defined config
/config/*.d/*.php
/config/*.old
/config/conf.bak.php
/config/hooks.php
/config/menu.php
/config/*.local.php
/config/*-*.php

/vendor
/composer.lock
/var
/web
/.phpunit.cache
.phpunit.results.cache
.php-cs-fixer.cache
