1234567891011121314151617181920212223242526 |
- /public/upload
- /storage/framework/cache/*
- /storage/framework/cookies/*
- /storage/framework/sessions/*
- /storage/framework/testing/*
- /storage/framework/views/*
- /storage/logs/*
- /storage/app/public
- /storage/*.key
- /vendor
- .env
- .phpunit.result.cache
- /.idea
- /.vagrant
- /.vscode
- /phpunit.xml
- Homestead.json
- Homestead.yaml
- npm-debug.log
- .DS_Store
- .phpstorm.meta.php
- yarn-error.log
- _ide_helper_models.php
- _ide_helper.php
- .php_cs.cache
- node_modules/*
|