From 7e115bb6928c742a2286028bd5403bf7655410e8 Mon Sep 17 00:00:00 2001 From: Robert Hall Date: Fri, 20 Apr 2018 14:12:19 +0700 Subject: [PATCH] Ignore folders correctly See issue #55 --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8e45176..33cade9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ .DS_Store node_modules -.sapper +/.sapper/ yarn.lock yarn-error.log -cypress/screenshots -templates/.* -export -build -app/manifest +/cypress/screenshots/ +/templates/.* +/export/ +/build/ +/app/manifest/