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
1 changed files with 1 additions and 4 deletions

5
.gitignore vendored
View File

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