From 8c3282b550110cf888168a359ef617dda7537fb9 Mon Sep 17 00:00:00 2001 From: Zach Margolis Date: Mon, 21 Sep 2020 09:45:44 -0700 Subject: [PATCH] Update .gitignore to allow .pem files **Why**: The files we check in are public keys, it's OK for them to be in source control --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index f76e489f..1e348e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ /config/application.yml /config/certs/*.p7c /config/certs/*.cer -/config/certs/*.pem # Ignore the default SQLite database. /db/*.sqlite3