From 4f4ea68923d6c7293bf35108ac4c935b68a191c0 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Sun, 19 Mar 2017 17:15:15 +0700 Subject: [PATCH] Fix .gitignore --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7682a53..187988b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ # custom files -custom/ -!custom/plugins/example -!custom/example.sh +/custom +!/custom/gitkeep +!/custom/plugins/example +!/custom/example.sh # temp files directories -cache/ -log/ +/cache +/log +!/cache/.gitkeep +!/log/.gitkeep # disabled files *.disabled