From 03fb273ecab4d7c0e9e10aafe7042459167e7df7 Mon Sep 17 00:00:00 2001 From: helgatheviking <507025+helgatheviking@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:28:23 -0400 Subject: [PATCH] ignore demo-content folder in future compiles --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 610fd47..518ba53 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -39,6 +39,7 @@ module.exports = function(grunt) { '!README.md', '!.wordpress-org/**', '!.github/**', + '!.demo-content/**', ], dest: 'build/' },