From bc368e42378301c48d8e3df94c638616603cc5c2 Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Sun, 20 Nov 2016 20:33:23 +0000 Subject: [PATCH] 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. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 299c67985..b8a4a2fec 100644 --- a/.gitignore +++ b/.gitignore @@ -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/