Change gitignore to commit tests plugins

This commit is contained in:
Samy Pessé
2016-02-22 10:20:43 +01:00
parent b23d3a9f37
commit de23494409
3 changed files with 23 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = {};
+21
View File
@@ -0,0 +1,21 @@
{
"name": "gitbook-plugin-test-config",
"version": "1.0.0",
"engines": {
"gitbook": "*"
},
"gitbook": {
"properties": {
"myProperty": {
"type": "string",
"required": true,
"title": "This is a required property"
},
"myDefaultProperty": {
"type": "string",
"default": "hello",
"title": "This is a required property"
}
}
}
}