mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
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
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -29,10 +29,7 @@ spacy/orthography/*.cpp
|
|||
ext/murmurhash.cpp
|
||||
ext/sparsehash.cpp
|
||||
|
||||
data/en/pos
|
||||
data/en/ner
|
||||
data/en/lexemes
|
||||
data/en/strings
|
||||
/spacy/data/
|
||||
|
||||
_build/
|
||||
.env/
|
||||
|
|
Loading…
Reference in New Issue
Block a user