From 8d325a5f4709eb4861fab34997d2be0f60fbd45e Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Tue, 9 Feb 2021 12:09:14 -0800 Subject: [PATCH] Blocklist certificate files in .gitignore (#498) --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index daddd59495..9152c4d3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,8 @@ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# Ignore certificate files. +*.pem +*.crt