From 23715bef0468ba1a4b816e60478c70bf457b5d73 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 17 Jan 2024 20:14:21 +0100 Subject: [PATCH] fix: gitignore should only ignore static/ dir at rool level --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e16b3ce..72f673fa 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ site/* node_modules umap.conf data -static +./static ### Python ### # Byte-compiled / optimized / DLL files