fix: gitignore should only ignore static/ dir at rool level
This commit is contained in:
parent
11045345fc
commit
23715bef04
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue