From e450eabd58cff4217b1e9d3a1a6abedaecbeab12 Mon Sep 17 00:00:00 2001 From: Daniel Kaminski de Souza Date: Thu, 28 Jan 2021 04:39:10 +0000 Subject: [PATCH] :: Add neo4j and .download_cache to ignore list. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 70cf5c32..7b9793ce 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,7 @@ neo4j-version test/tck/* !test/tck/.gitkeep -.history \ No newline at end of file +.history + +.download_cache +neo4j \ No newline at end of file