mirror of https://github.com/explosion/spaCy.git
Ignore entire data folder
Previously only some of its content was ignored, so running python -m spacy.en.download all after installing from a local repo would create unstaged changes.
This commit is contained in:
parent
20c8fc5255
commit
bc368e4237
|
@ -29,10 +29,7 @@ spacy/orthography/*.cpp
|
||||||
ext/murmurhash.cpp
|
ext/murmurhash.cpp
|
||||||
ext/sparsehash.cpp
|
ext/sparsehash.cpp
|
||||||
|
|
||||||
data/en/pos
|
/spacy/data/
|
||||||
data/en/ner
|
|
||||||
data/en/lexemes
|
|
||||||
data/en/strings
|
|
||||||
|
|
||||||
_build/
|
_build/
|
||||||
.env/
|
.env/
|
||||||
|
|
Loading…
Reference in New Issue