mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
chore: correct gitignore pattern for root dirs
This commit is contained in:
parent
daa6e37073
commit
6b34c30f90
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -9,8 +9,8 @@ site/*
|
|||
.pytest_cache/
|
||||
node_modules
|
||||
umap.conf
|
||||
./data
|
||||
./static
|
||||
/data
|
||||
/static
|
||||
|
||||
### Python ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
Loading…
Reference in a new issue