# Ingore common cruft
.DS_STORE
coverage

# Ignore IDE settings
/.idea
/atlassian-ide-plugin.xml

# Ignore potentially sensitive phpunit file
phpunit.xml

# Ignore composer generated files
composer.phar
composer.lock
composer-test.lock
vendor/

# Ignore subsplit working directory
.subsplit
