From 39dad9bbee89c05da38370f5213425f4cb0d9295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 23 Feb 2023 18:47:42 +0100 Subject: [PATCH] Ignore GitHub App private keys --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..a138a47 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# GitHub app's private key +*.pem