From f7a79a33cfa1627938deec5d2d3c0075cc86f3fb Mon Sep 17 00:00:00 2001 From: Jehad Assaf Date: Wed, 12 Oct 2016 15:51:50 +0300 Subject: [PATCH] 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? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a374dac7..b278165a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /node_modules /public/storage +/storage/*.key /vendor /.idea Homestead.json