Ignore Passport-generated OAuth keys

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?
This commit is contained in:
Jehad Assaf 2016-10-12 15:51:50 +03:00 committed by GitHub
parent 5dc817bf55
commit f7a79a33cf
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/node_modules /node_modules
/public/storage /public/storage
/storage/*.key
/vendor /vendor
/.idea /.idea
Homestead.json Homestead.json