From e2ae9aa96f35563c56eb71c6d2530f0232aca817 Mon Sep 17 00:00:00 2001 From: Adam Hobaugh Date: Fri, 3 Feb 2017 19:10:44 -0500 Subject: [PATCH] added pem files to gitignore so that certs aren't in the repo --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa7502d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tests/*.pem