Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oliuz committed Mar 19, 2019
1 parent caff97e commit f802ea0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/vendor/
node_modules/
npm-debug.log
yarn-error.log

# PHPStorm Settings
/.idea
/.phpintel
# Laravel 4 specific
bootstrap/compiled.php
app/storage/

# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.idea/workspace.xml
.idea/workspace.xml
tests/.DS_Store
.idea/workspace.xml
.idea/workspace.xml

0 comments on commit f802ea0

Please sign in to comment.