From f1b5a910a158f726754816500fb0fac3a2d0d367 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Sun, 14 May 2017 20:56:41 -0400 Subject: [PATCH] add empty plugins & themes directories as referenced in #100 #101 --- public/wp-content/plugins/.gitignore | 1 + public/wp-content/themes/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/wp-content/plugins/.gitignore create mode 100644 public/wp-content/themes/.gitignore diff --git a/public/wp-content/plugins/.gitignore b/public/wp-content/plugins/.gitignore new file mode 100644 index 0000000000..10f50340ef --- /dev/null +++ b/public/wp-content/plugins/.gitignore @@ -0,0 +1 @@ ++!.gitignore diff --git a/public/wp-content/themes/.gitignore b/public/wp-content/themes/.gitignore new file mode 100644 index 0000000000..10f50340ef --- /dev/null +++ b/public/wp-content/themes/.gitignore @@ -0,0 +1 @@ ++!.gitignore