python-attrs/0001-Update-.gitignore.patch
cao-fei8 a1b5a75ab9 Update .gitignore
Signed-off-by: cao-fei8 <caofei@xfusion.com>
2023-01-07 03:00:31 +08:00

34 lines
529 B
Diff

From 95e0c423ca31123a9537405fd2de5a1ee9f01b7c Mon Sep 17 00:00:00 2001
From: Hynek Schlawack <hs@ox.cx>
Date: Sat, 30 Jul 2022 13:23:03 +0200
Subject: [PATCH] Update .gitignore
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index d054dc6..f5c97f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,12 +2,16 @@
*.pyc
.cache
.coverage*
+.direnv
+.envrc
.hypothesis
.mypy_cache
.pytest_cache
.tox
+.vscode
build
dist
docs/_build/
htmlcov
pip-wheel-metadata
+tmp
--
2.33.0