From 39013249a50ae0bcac7f2b32ccee4c0947abf0c6 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 2 Jan 2023 11:13:22 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 44228cdae..a5569039b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,19 +23,18 @@ # ----------------------------------------------------------------------------- # Dependencies -/node_modules -/__pycache__ -/venv -/.venv +node_modules +__pycache__ +venv +.venv # Build files -/build -/MANIFEST -/site +build +site # Distribution files -/dist -/mkdocs_material.egg-info +dist +mkdocs_material.egg-info # Caches and logs *.cpuprofile