Skip to content

Instantly share code, notes, and snippets.

@benhuang1024
Last active May 23, 2019 09:17
Show Gist options
  • Save benhuang1024/60fa747aa19d0e89df726e2a129963d6 to your computer and use it in GitHub Desktop.
Save benhuang1024/60fa747aa19d0e89df726e2a129963d6 to your computer and use it in GitHub Desktop.
laravel git 过滤配置
# Originate benhuang1024/.gitignore
# other
vendor/
.vagrant
# IDE
.idea/
.vscode
nbproject/private/
_ide_helper.php
# JavaScript
node_modules/
npm-debug.log
yarn-error.log
# Laravel & Lumen specific
public/storage
public/hot
storage/*.key
.env.*.php
.env.php
.env
Homestead.yaml
Homestead.json
Envoy.blade.php
# Rocketeer PHP task runner and deployment package。
.rocketeer/
# Laravel Box
samples/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment