From 3b16d7c417ee60538672b50d3be2b10d00555224 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Mon, 26 Mar 2018 11:38:50 -0700 Subject: [PATCH] Move local ignore under server --- .gitignore | 1 - server/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f940ac..47ccf0f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ mobile/ios/**/xcuserdata/ npm-debug.log* yarn-debug.log* yarn-error.log* -local-*.json* diff --git a/server/.gitignore b/server/.gitignore index 2829a32..63b689a 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,3 +1,4 @@ node_modules/ coverage/ scratch/ +local-*.json*