mirror of
https://codeberg.org/JasterV/social-network-api.git
synced 2026-04-26 18:10:07 +00:00
40 lines
690 B
Text
40 lines
690 B
Text
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
.env.backup
|
|
docker-compose.override.yml
|
|
.rnd
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/laravel
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=laravel
|
|
|
|
### Laravel ###
|
|
/vendor/
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
public/hot
|
|
|
|
# Laravel 5 & Lumen specific with changed public path
|
|
public_html/storage
|
|
public_html/hot
|
|
|
|
storage/*.key
|
|
.env
|
|
Homestead.yaml
|
|
Homestead.json
|
|
/.vagrant
|
|
.phpunit.result.cache
|
|
|
|
# Laravel IDE helper
|
|
*.meta.*
|
|
_ide_*
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/laravel
|