python-pytoml/Add-.vscode-and-.pytest_cache-to-.gitignore.patch
linker99 ab901c5c83 Add .vscode and .pytest_cache to .gitignore
(cherry picked from commit 11ca2ef6dec750f668608af88b38446083fed231)
2023-12-28 16:55:17 +08:00

23 lines
483 B
Diff

From 1519a4f917aed4ad3a1f975e4451791ea84f1b32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Vejn=C3=A1r?= <vejnar.martin@gmail.com>
Date: Sun, 9 Sep 2018 14:07:30 +0200
Subject: [PATCH] Add .vscode and .pytest_cache to .gitignore
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 6317d70..ae02791 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ __pycache__/
.tox/
*.pyc
.cache/
+.vscode/
+.pytest_cache/
--
2.27.0