summary refs log tree commit diff
path: root/packages/overlays/matrix-synapse/patches/0011-Fix-gitignore-to-ignore-.venv.patch
blob: 82335dbb44b155ad5957f2118f538c236a009324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From e1b50954048039a23c538cd260644ccc63d82941 Mon Sep 17 00:00:00 2001
From: Rory& <root@rory.gay>
Date: Mon, 9 Jun 2025 17:46:10 +0200
Subject: [PATCH 11/11] Fix gitignore to ignore .venv

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index e333f2320b..3aec96e75e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@ __pycache__/
 /*.signing.key
 /env/
 /.venv*/
+/.venv
 /homeserver*.yaml
 /logs
 /media_store/
-- 
2.49.0