fix: gitignore should only ignore static/ dir at rool level

This commit is contained in:
Yohan Boniface 2024-01-17 20:14:21 +01:00
parent 11045345fc
commit 23715bef04

2
.gitignore vendored
View file

@ -10,7 +10,7 @@ site/*
node_modules node_modules
umap.conf umap.conf
data data
static ./static
### Python ### ### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files