Skip to content

Commit

Permalink
Ignore Passport-generated OAuth keys
Browse files Browse the repository at this point in the history
These files should not end up in source control IMO. And even though Passport is a separate package it is a first-party one and the base Laravel install should be "prepared" for it.

What do you guys think?
  • Loading branch information
jehadassaf authored Oct 12, 2016
1 parent 5dc817b commit f7a79a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules
/public/storage
/storage/*.key
/vendor
/.idea
Homestead.json
Expand Down

0 comments on commit f7a79a3

Please sign in to comment.