/composer.lock
*~
*.bak
Thumbs.db
desktop.ini
.DS_Store
.buildpath
.project
.settings
*.tmproj
build
.idea
.phpunit.result.cache

ignore/
/ignore/
/ignore/*
/ignore/*.*
/ignore/*/

nbproject/
/nbproject/
/nbproject/*
/nbproject/*.*
/nbproject/*/

vendor/
/vendor/
/vendor/*
/vendor/*.*
/vendor/*/

composer.lock
phpunit.xml

logs/*
!logs/.htaccess

/config/env.php
/public/index.php
/config/routes-and-middlewares.php
/config/app-settings.php
/config/dependencies.php
/config/ini-settings.php

!public/js/*/vendor

tmp/session/*
!tmp/session/.gitkeep
