From dd0bc3db66d4cfded6c3366d8cd5774706f827ad Mon Sep 17 00:00:00 2001 From: Michel Massaro Date: Thu, 26 Jan 2017 11:35:07 +0100 Subject: [PATCH] Add empty 'enable' folder --- custom/plugins/enable/.gitignore | 4 ++++ plugins/enable/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 custom/plugins/enable/.gitignore create mode 100644 plugins/enable/.gitignore diff --git a/custom/plugins/enable/.gitignore b/custom/plugins/enable/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/custom/plugins/enable/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/plugins/enable/.gitignore b/plugins/enable/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/plugins/enable/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore