From 6b34c30f90daa49269f0bdca2f96ec8cfc32eb26 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Mon, 29 Jul 2024 10:36:55 -0400 Subject: [PATCH] chore: correct gitignore pattern for root dirs --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb657c7c..57c2f260 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ site/* .pytest_cache/ node_modules umap.conf -./data -./static +/data +/static ### Python ### # Byte-compiled / optimized / DLL files