diff --git a/.gitignore b/.gitignore index 5a9b11c9..4d463ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ yarn-error.log /.idea /.vscode ray.php +/public/gpg.key diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 3907b5d3..5cabe238 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -20,7 +20,9 @@ - + @if (File::exists(public_path('gpg.key'))) + + @endif