**.git
**.gitignore
**.gitattributes
**.vscode
**.history
**.DS_Store
**/vendor
!**/public/vendor
**/coverage*
**/*node_modules
**/.env
**/phpunit.xml
**/README.md
**/LICENSE
**/CHANGELOG.md
**/.styleci.yml
**/.editorconfig
**/bootstrap/cache/*
**/storage/app/*
**/storage/framework/cache/*
**/storage/framework/sessions/*
**/storage/framework/testing/*
**/storage/framework/views/*
**/storage/logs/*
**/storage/jaxon/attributes/metadata/*
**/database/database.sqlite
|