From aee8db5b07103f1db97c7e1c8b0450c107dbed29 Mon Sep 17 00:00:00 2001 From: christopher lee Date: Tue, 21 Nov 2017 09:57:41 -0600 Subject: [PATCH] Ignore base metadata store file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 233af3374f..47455234ea 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,7 @@ docker-compose.local* # Ignore python bytecode *.pyc rspec.failures + + +#Ignore any base disk store files +db/modules_metadata_base.pstore \ No newline at end of file