Browse Source

modify: git ignore

feature/for_windows_video_compress_sxs20200923
shixuesen 6 years ago
parent
commit
73021e1e81
1 changed files with 24 additions and 10 deletions
  1. +24
    -10
      .gitignore

+ 24
- 10
.gitignore View File

@ -1,12 +1,26 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.phpunit.result.cache
Homestead.json
Homestead.yaml
/vendor/
node_modules/
npm-debug.log
yarn-error.log
/.idea
# 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
storage/.DS_Store
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
.idea/*
.DS_Store

Loading…
Cancel
Save