From ba77a1b68e6bc7b2fb2e47378386243b36288591 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Wed, 29 May 2019 20:18:11 +0300 Subject: [PATCH] fix(graphql): ignore directory not directory content --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df41acfa3..75724382d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,5 @@ packages/graphql_flutter/example/android/app/.classpath packages/graphql_flutter/example/android/app/.project packages/graphql_flutter/example/android/app/.settings/ -packages/graphql/example/android/ -packages/graphql/example/ios/ +packages/graphql/example/android +packages/graphql/example/ios