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:
parent
7a8906535e
commit
89f1dedf20
@ -44,5 +44,5 @@ module.exports = {
|
||||
|
||||
return content;
|
||||
},
|
||||
".gitignore": function() { return "*.backup\n" ;}
|
||||
".gitignore": function() { return "*.backup\n.config.json\n" ;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user