gitignore
parent
16d3a10f6f
commit
981244f953
@ -1,25 +1,19 @@
|
|||||||
# ---> Laravel
|
/.phpunit.cache
|
||||||
/vendor/
|
/node_modules
|
||||||
node_modules/
|
/public/build
|
||||||
npm-debug.log
|
/public/hot
|
||||||
yarn-error.log
|
/public/storage
|
||||||
|
/storage/*.key
|
||||||
# Laravel 4 specific
|
/vendor
|
||||||
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
|
.env
|
||||||
Homestead.yaml
|
.env.backup
|
||||||
Homestead.json
|
.env.production
|
||||||
/.vagrant
|
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
Homestead.json
|
||||||
|
Homestead.yaml
|
||||||
|
auth.json
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
/.fleet
|
||||||
|
/.idea
|
||||||
|
/.vscode
|
||||||
|
Loading…
Reference in New Issue