From d19ce3f3df76b010657f7ae58166817ba5adf138 Mon Sep 17 00:00:00 2001 From: Prappo Date: Sun, 18 Aug 2024 19:31:38 +0600 Subject: [PATCH] add docs folder --- docs/index.html | 12 ++++++++++++ gruntfile.cjs | 1 + 2 files changed, 13 insertions(+) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..674bd7a --- /dev/null +++ b/docs/index.html @@ -0,0 +1,12 @@ + + + + + + Wordpress Plugin Boilerplate + + +

Wordpress Plugin Boilerplate

+ + + \ No newline at end of file diff --git a/gruntfile.cjs b/gruntfile.cjs index 238fb10..a23c30e 100644 --- a/gruntfile.cjs +++ b/gruntfile.cjs @@ -24,6 +24,7 @@ const distFiles = [ '!composer.json', '!composer.lock', '!contributing.md', + '!docs/**', '!gruntfile.cjs', '!package.json', '!package-lock.json',