richcongress/fixture-test

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Symfony
/var

# Managed by Composer
/bin
/vendor

# PHPUnit
/.phpunit.result.cache
/phpunit.xml
/phpunit-*.xml
/phpunit-filter.php
/.phpunit

# Auto-saved files
*~

# Mac
.DS_store

# PhpStorm
.idea

# Coverage
/coverage
/reports

# Database
*.db

# Static utilities
.php_cs.cache