Skip to content

Commit

Permalink
package-schema: define installer_ignore pattern (#5681)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 1, 2023
1 parent 1fe927d commit b88ed58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redaxo/src/core/schemas/package.json
Expand Up @@ -137,7 +137,8 @@
"description": "Directories/files that should be ignored by installer",
"type": "array",
"items": {
"type": "string"
"type": "string",
"pattern": "^[^/]+$"
}
}
},
Expand Down

0 comments on commit b88ed58

Please sign in to comment.