From a8a181f49d80b68071774fe21529dd60bd468bbf Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Sun, 8 Jul 2018 16:57:00 -0400 Subject: [PATCH] Allow fake settings data to be deployed If it is ignored, then the deploy commit would not include the data. Also made it explicit that the folders are not ignored, not a file with the same name as the folder. Signed-off-by: Mcat12 --- public/fakeAPI/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/fakeAPI/.gitignore b/public/fakeAPI/.gitignore index d6b6e5c..259199f 100644 --- a/public/fakeAPI/.gitignore +++ b/public/fakeAPI/.gitignore @@ -1,5 +1,6 @@ * !.gitignore -!dns -!stats -!stats/overTime +!dns/ +!stats/ +!settings/ +!stats/overTime/