DesignPatternsPHP/.gitignore
2019-08-19 16:54:21 +02:00

21 lines
155 B
Plaintext

# IDE
/.idea
/nbproject
# PHPUnit
phpunit.xml
/.phpunit.result.cache
# build
composer.phar
/vendor/
/_build/
# translations
*.mo
# general
.DS_Store