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:
Mark Amery 2016-11-20 20:33:23 +00:00
parent 20c8fc5255
commit bc368e4237

5
.gitignore vendored
View File

@ -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/