From 80b4c6fa684fe92d1510b0687bc56f9e690c0495 Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Thu, 19 Jan 2017 10:53:25 -0700
Subject: [PATCH] Exclude config files
---
Gruntfile.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Gruntfile.js b/Gruntfile.js
index 99a103a86d..66f12bba3e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -102,6 +102,9 @@ module.exports = function (grunt) {
'node_modules/nodebb-*/**/*.json',
'!node_modules/nodebb-*/node_modules/**',
'!node_modules/nodebb-*/.git/**',
+ '!node_modules/nodebb-*/plugin.json',
+ '!node_modules/nodebb-*/package.json',
+ '!node_modules/nodebb-*/theme.json',
],
},
}