Skip to content

Commit

Permalink
Merge pull request #5 from setkyar/patch-1
Browse files Browse the repository at this point in the history
Add default git ignore [Laravel+Lumen template]
  • Loading branch information
aungwinthant committed Sep 30, 2019
2 parents 4726bc2 + 2e5a2bd commit 6b6842a
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 6b6842a

Please sign in to comment.