From 89f1dedf20fd89c6abefac309959b470d261eaf9 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 5 Apr 2018 23:21:28 +0100 Subject: [PATCH] Add .config.json to .gitignore --- red/runtime/storage/localfilesystem/projects/defaultFileSet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/red/runtime/storage/localfilesystem/projects/defaultFileSet.js b/red/runtime/storage/localfilesystem/projects/defaultFileSet.js index 768b0e2fd..28c92db39 100644 --- a/red/runtime/storage/localfilesystem/projects/defaultFileSet.js +++ b/red/runtime/storage/localfilesystem/projects/defaultFileSet.js @@ -44,5 +44,5 @@ module.exports = { return content; }, - ".gitignore": function() { return "*.backup\n" ;} + ".gitignore": function() { return "*.backup\n.config.json\n" ;} }