From 9b404f57aee5f02d5f442fabfcea68853aabe147 Mon Sep 17 00:00:00 2001
From: Thomas Maurice <thomas@maurice.fr>
Date: Wed, 11 Jan 2023 12:47:49 +0100
Subject: [PATCH] Make it harder to accidentally commit secrets

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index ba077a4..1bc1426 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
 bin
+*.key
+*.crt
+*.pem
+synapse-data
-- 
GitLab