Skip to content

Commit

Permalink
Add default git ignore
Browse files Browse the repository at this point in the history
Vendor folder should not be committed.
  • Loading branch information
setkyar committed Sep 30, 2019
1 parent 4726bc2 commit 2e5a2bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
@@ -0,0 +1,20 @@
vendor/
node_modules/
npm-debug.log

# Laravel 4 specific
bootstrap/compiled.php
app/storage/

# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
.env.*.php
.env.php
.env
Homestead.yaml
Homestead.json

# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/

0 comments on commit 2e5a2bd

Please sign in to comment.