From 50cda0aa1d393d49fe0e0b88d224260cdfcc609a Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 1 Dec 2017 14:56:52 -0600 Subject: [PATCH] Fix gitignore rules for sample module --- .gitignore | 1 - modules/.gitignore | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 542992c8..35a7317c 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,3 @@ error_log .sass-cache .DS_Store -Sample/ diff --git a/modules/.gitignore b/modules/.gitignore index 2bd91a68..f4205705 100644 --- a/modules/.gitignore +++ b/modules/.gitignore @@ -3,4 +3,4 @@ # But keep the sample and this file around !.gitignore -!Sample/** +!Sample/*