1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add .config.json to .gitignore

This commit is contained in:
Dave Conway-Jones 2018-04-05 23:21:28 +01:00
parent 7a8906535e
commit 89f1dedf20
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -44,5 +44,5 @@ module.exports = {
return content;
},
".gitignore": function() { return "*.backup\n" ;}
".gitignore": function() { return "*.backup\n.config.json\n" ;}
}