# .gitignore
#
# Ignored files for git
#
# @category  None
# @package   \
# @author    Rick Morice <rick@floor9design.com>
# @copyright Floor9design Ltd
# @license   Proprietary software
# @version   1.0
# @link      https://github.com/floor9design-ltd/character-humaniser
# @link      https://floor9design.com
# @since     File available since pre-release development cycle

# IDE
.idea

# Vendor
vendor

# Testing
docs/tests/*
docs/phpdoc/*
/.phpunit.result.cache
